diff options
Diffstat (limited to 'multimedia/handbrake/files/patch-contrib_libass_module.defs')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib_libass_module.defs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/handbrake/files/patch-contrib_libass_module.defs b/multimedia/handbrake/files/patch-contrib_libass_module.defs deleted file mode 100644 index b29f633b495..00000000000 --- a/multimedia/handbrake/files/patch-contrib_libass_module.defs +++ /dev/null @@ -1,14 +0,0 @@ ---- ./contrib/libass/module.defs.orig 2010-09-28 18:10:49.000000000 -0400 -+++ ./contrib/libass/module.defs 2011-05-24 05:50:46.096807667 -0400 -@@ -7,9 +7,9 @@ - # Disable as many external dependencies as I can get away with - # and tell configure where to find our version of freetype - LIBASS.CONFIGURE.extra = \ -- --disable-png --disable-enca \ -+ --disable-png --disable-enca --disable-harfbuzz \ - FREETYPE_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfreetype" \ -- FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2" \ -+ FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2 -I/usr/local/include" \ - FONTCONFIG_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfontconfig" \ - FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" - |