summaryrefslogtreecommitdiffstats
path: root/handbrake/build/patches/handbrake.fribidi_autoconf.patch
blob: fe2e83e63f2a098d724e49c3122db931a486a84d (about) (plain)
1
2
3
4
5
6
7
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;