mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
2.3 KiB

diff -dur avifile-0.7-0.7.41/configure avifile-0.7-0.7.41-patch/configure
--- avifile-0.7-0.7.41/configure 2004-10-01 15:26:36.000000000 +0200
+++ avifile-0.7-0.7.41-patch/configure 2004-10-12 18:59:04.029448800 +0200
@@ -31755,7 +31755,7 @@
WIN32_CFLAGS=`echo $CFLAGS | sed s/-fomit-frame-pointer//g`
-lt_major_version=`libtool --version 2>&1 | head -1 | sed 's/\(.*\ \)\([0-9]*\.[0-9]*\.[0-9]*\)\(.*\)/\2/'`
+lt_major_version=`libtool --version 2>&1 | head -n1 | 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`
@@ -32118,7 +32118,7 @@
AMM_USE_ARTSC_FALSE=
fi
-last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
+last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -n1`
if test $? -ne 0 -o -z "$last_cvs_update" ; then
# probably no gnu date installed(?), use current date
# or this is release
Nur in avifile-0.7-0.7.41-patch/: configure~.
diff -dur avifile-0.7-0.7.41/configure.in avifile-0.7-0.7.41-patch/configure.in
--- avifile-0.7-0.7.41/configure.in 2004-10-01 15:17:36.000000000 +0200
+++ avifile-0.7-0.7.41-patch/configure.in 2004-10-12 18:58:29.528693712 +0200
@@ -913,7 +913,7 @@
WIN32_CFLAGS=`echo $CFLAGS | sed s/-fomit-frame-pointer//g`
AC_SUBST(WIN32_CFLAGS)
-lt_major_version=`libtool --version 2>&1 | head -1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(.*\)/\2/'`
+lt_major_version=`libtool --version 2>&1 | head -n1 | 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`
@@ -988,7 +988,7 @@
dnl fi
AM_CONDITIONAL(AMM_USE_ARTSC, test x$kde_artscplug_compiles = xyes)
-last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
+last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -n1`
if test $? -ne 0 -o -z "$last_cvs_update" ; then
# probably no gnu date installed(?), use current date
# or this is release
Nur in avifile-0.7-0.7.41-patch/: configure.in~.