]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- fix libtool detection
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sat, 18 Oct 2003 12:33:18 +0000 (12:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-link_shared.patch -> 1.1

avifile-link_shared.patch [new file with mode: 0644]

diff --git a/avifile-link_shared.patch b/avifile-link_shared.patch
new file mode 100644 (file)
index 0000000..f9baa02
--- /dev/null
@@ -0,0 +1,28 @@
+diff -Nuard avifile-0.7-0.7.38.orig/configure.in avifile-0.7-0.7.38/configure.in
+--- avifile-0.7-0.7.38.orig/configure.in       2003-07-10 13:15:54.000000000 +0200
++++ avifile-0.7-0.7.38/configure.in    2003-10-18 12:19:11.000000000 +0200
+@@ -902,10 +902,10 @@
+     FFMPEG_CFLAGS=`echo $FFMPEG_CFLAGS | sed s/-g//`
+ fi
+-lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
+-lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
+-lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
+-lt_major_version=`echo $lt_major_version | cut -d . -f 1`
++dnl lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
++dnl lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
++dnl lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
++dnl lt_major_version=`echo $lt_major_version | cut -d . -f 1`
+ dnl echo LT  $lt_major_version $lt_minor_version $lt_micro_version
+ AM_CONDITIONAL(AMM_USE_QT, test x$with_qt = xyes )
+@@ -934,7 +934,8 @@
+ AM_CONDITIONAL(AMM_USE_VIDIX, test x$enable_vidix = xyes )
+ AM_CONDITIONAL(AMM_USE_LINUX, test x$enable_linux = xyes )
+ AM_CONDITIONAL(AMM_USE_FAST_BUILD, test x$enable_fast_build = xyes )
+-AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
++dnl AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
++AM_CONDITIONAL(AMM_LINK_SHARED, true)
+ AM_CONDITIONAL(AMM_FF_A52BIN, test x$enable_ffmpeg_a52bin = xyes)
+ AM_CONDITIONAL(AMM_FF_FAAD, test x$have_faad = xyes )
This page took 0.080773 seconds and 4 git commands to generate.