]> git.pld-linux.org Git - packages/mkvtoolnix.git/blobdiff - mkvtoolnix-configure.patch
- up to 3.0.0
[packages/mkvtoolnix.git] / mkvtoolnix-configure.patch
index 8fadf8ee8ec52449c52df349c42a0a83837f3838..5613c809b96756c4ccfe571aae8c1a2aa5f432c9 100644 (file)
@@ -1,11 +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 @@
+--- mkvtoolnix-2.4.2/configure.orig    2009-01-17 22:11:11.000000000 +0100
++++ mkvtoolnix-2.4.2/configure 2009-02-16 18:08:13.000000000 +0100
+@@ -10451,7 +10451,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`
+         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,dylib}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;' -e 's;^lib\(boost_regex.*\)\.dylib.*$;\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;' -e 's;^lib\(boost_regex.*\)\.dylib.*$;\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.185392 seconds and 4 git commands to generate.