# HG changeset patch # User Pascal Bellard # Date 1280138543 -7200 # Node ID 60eee2a3b52a3c6d82b2a0b83af8570129f6af9d # Parent 40c1764bd2dd2b2c4fc2e853b708bd3362690668 libvalhalla: fix configure for GCC 4.5.0 diff -r 40c1764bd2dd -r 60eee2a3b52a ffmpeg-svn/receipt --- a/ffmpeg-svn/receipt Mon Jul 26 00:07:37 2010 +0200 +++ b/ffmpeg-svn/receipt Mon Jul 26 12:02:23 2010 +0200 @@ -31,6 +31,8 @@ # make busybox compatible or add coreutils-file-format coreutils-file-special in BUILD_DEPENDS if patch/configure fails patch -Np1 -i ../../stuff/$PACKAGE-$VERSION-mktemp.patch + # Fix configure for GCC 4.5.0 + sed -i 's/"\$@" >> \$logfile 2/$@ >> $logfile 2/' configure ./configure \ --prefix=/usr \ --enable-gpl \ diff -r 40c1764bd2dd -r 60eee2a3b52a libvalhalla/receipt --- a/libvalhalla/receipt Mon Jul 26 00:07:37 2010 +0200 +++ b/libvalhalla/receipt Mon Jul 26 12:02:23 2010 +0200 @@ -15,6 +15,8 @@ { cd $src sed -i 's/cat -n/awk '"'"'{ printf "%6d %s\\n",++n,$0 }'"'"' >\$logfile 2/$@ >>$logfile 2/' configure ./configure \ --prefix=/usr && make && make DESTDIR=$PWD/_pkg install