]> git.pld-linux.org Git - packages/mkvtoolnix.git/blob - mkvtoolnix-configure.patch
- updated for 2.4.0
[packages/mkvtoolnix.git] / mkvtoolnix-configure.patch
1 --- mkvtoolnix-2.4.0/configure.orig     2008-10-11 19:18:47.000000000 +0200
2 +++ mkvtoolnix-2.4.0/configure  2008-10-12 16:55:42.000000000 +0200
3 @@ -10304,7 +10304,7 @@
4  
5              BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
6              if test "x$ax_boost_user_regex_lib" = "x"; then
7 -                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
8 +                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
9                       ax_lib=${libextension}
10                      as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
11  { echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
This page took 0.054398 seconds and 4 git commands to generate.