]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-nolibtooltest.patch
- added patch which fixes building without qt
[packages/avifile.git] / avifile-nolibtooltest.patch
CommitLineData
c91f93cb
JB
1--- avifile0.7-0.7.37/configure.ac.orig Sat Apr 12 00:44:20 2003
2+++ avifile0.7-0.7.37/configure.ac Sat Apr 12 00:55:18 2003
92925ccb
JB
3@@ -927,11 +927,6 @@
4 CFLAGS=$COPTFLAGS
5 CXXFLAGS=$CXXOPTFLAGS
6
7-lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
8-lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
9-lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
10-lt_major_version=`echo $lt_major_version | cut -d . -f 1`
11-dnl echo LT $lt_major_version $lt_minor_version $lt_micro_version
12
13 AM_CONDITIONAL(AMM_USE_QT, test x$with_qt = xyes )
14 AM_CONDITIONAL(AMM_USE_SDL, test "$with_sdl" = yes)
15@@ -959,7 +954,7 @@
92925ccb
JB
16 AM_CONDITIONAL(AMM_USE_VIDIX, test x$enable_vidix = xyes )
17 AM_CONDITIONAL(AMM_USE_LINUX, test x$enable_linux = xyes )
c91f93cb 18 AM_CONDITIONAL(AMM_USE_FAST_BUILD, test x$enable_fast_build = xyes )
92925ccb
JB
19-AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
20+AM_CONDITIONAL(AMM_LINK_SHARED, true )
21
c91f93cb
JB
22 AM_CONDITIONAL(AMM_FF_A52BIN, test x$enable_ffmpeg_a52bin = xyes)
23 AM_CONDITIONAL(AMM_FF_FAAD, test x$have_faad = xyes )
This page took 0.047289 seconds and 4 git commands to generate.