diff options
author | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
commit | f28797d0dd857f11667a674c2e0636520faa84c5 (patch) | |
tree | adf54e35b4c20da4484e30c9419129c9ac6349ec /contrib/fribidi/P01-darwin-no-glib.patch | |
parent | 68fe94b29687fe7bed8c1e999f40023eac8d44d8 (diff) |
ASS bump to 0.10.0
libass has a new dependency on fribidi. So also add fribidi to
contribs. I repackaged the libass distribution because the configure
script shipped with it is damaged beyond repair for darwin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4304 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/fribidi/P01-darwin-no-glib.patch')
-rw-r--r-- | contrib/fribidi/P01-darwin-no-glib.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/fribidi/P01-darwin-no-glib.patch b/contrib/fribidi/P01-darwin-no-glib.patch new file mode 100644 index 000000000..38c5e54ae --- /dev/null +++ b/contrib/fribidi/P01-darwin-no-glib.patch @@ -0,0 +1,24 @@ +diff -Naur fribidi-0.19.2.orig/configure.ac fribidi-0.19.2/configure.ac +--- fribidi-0.19.2.orig/configure.ac 2009-03-26 15:37:29.000000000 -0700 ++++ fribidi-0.19.2/configure.ac 2011-10-20 14:15:40.000000000 -0700 +@@ -172,18 +172,8 @@ + GLIB_MINVERSION=2.4 + GLIB_LIBS= + GLIB_CFLAGS= +-if test x$with_glib = xyes; then +- PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE >= $GLIB_MINVERSION) +- FRIBIDI_USE_GLIB=1 +-else +-if test x$with_glib = xno; then +- FRIBIDI_USE_GLIB=0 +-else +- PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE >= $GLIB_MINVERSION, +- FRIBIDI_USE_GLIB=1, +- FRIBIDI_USE_GLIB=0) +-fi +-fi ++FRIBIDI_USE_GLIB=0 ++ + if test x$FRIBIDI_USE_GLIB = x0; then + GLIB_PACKAGE= + fi |