summaryrefslogtreecommitdiffstats
path: root/handbrake/build/patches/handbrake.fribidi_autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'handbrake/build/patches/handbrake.fribidi_autoconf.patch')
-rw-r--r--handbrake/build/patches/handbrake.fribidi_autoconf.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/handbrake/build/patches/handbrake.fribidi_autoconf.patch b/handbrake/build/patches/handbrake.fribidi_autoconf.patch
new file mode 100644
index 00000000..fe2e83e6
--- /dev/null
+++ b/handbrake/build/patches/handbrake.fribidi_autoconf.patch
@@ -0,0 +1,8 @@
+--- HandBrake-1.0.0/contrib/fribidi/module.defs.orig 2016-12-24 19:08:46.000000000 +0100
++++ HandBrake-1.0.0/contrib/fribidi/module.defs 2016-12-28 09:47:17.856815181 +0100
+@@ -15,4 +15,4 @@
+ FRIBIDI.CONFIGURE.extra = --with-glib=no
+ endif
+
+-FRIBIDI.CONFIGURE.bootstrap = ./bootstrap;
++FRIBIDI.CONFIGURE.bootstrap = sed -i -e "s/AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/" configure.ac; ./bootstrap;