]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- fix build auto/th/mkvtoolnix-2_3_0-1
authorKarol Krenski <charles@pld-linux.org>
Sat, 13 Sep 2008 15:06:12 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mkvtoolnix-configure.patch -> 1.1

mkvtoolnix-configure.patch [new file with mode: 0644]

diff --git a/mkvtoolnix-configure.patch b/mkvtoolnix-configure.patch
new file mode 100644 (file)
index 0000000..8fadf8e
--- /dev/null
@@ -0,0 +1,11 @@
+--- mkvtoolnix-2.3.0/configure.orig    2008-09-07 22:06:29.000000000 +0200
++++ mkvtoolnix-2.3.0/configure 2008-09-13 16:44:24.000000000 +0200
+@@ -10304,7 +10304,7 @@
+             BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
+             if test "x$ax_boost_user_regex_lib" = "x"; then
+-                for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
++                for libextension in `ls $BOOSTLIBDIR/libboost_regex*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
+                      ax_lib=${libextension}
+                     as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
+ { echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
This page took 0.052056 seconds and 4 git commands to generate.