SOURCES: mkvtoolnix-configure.patch (NEW) - fix build
charles
charles at pld-linux.org
Sat Sep 13 17:06:17 CEST 2008
Author: charles Date: Sat Sep 13 15:06:17 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix build
---- Files affected:
SOURCES:
mkvtoolnix-configure.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mkvtoolnix-configure.patch
diff -u /dev/null SOURCES/mkvtoolnix-configure.patch:1.1
--- /dev/null Sat Sep 13 17:06:18 2008
+++ SOURCES/mkvtoolnix-configure.patch Sat Sep 13 17:06:12 2008
@@ -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
================================================================
More information about the pld-cvs-commit
mailing list