wok diff ffmpeg-svn/receipt @ rev 5903
libvalhalla: fix configure for GCC 4.5.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 26 12:02:23 2010 +0200 (2010-07-26) |
parents | 103ce6814f1d |
children | 48b516d81cd5 |
line diff
1.1 --- a/ffmpeg-svn/receipt Fri May 14 10:25:33 2010 -0400 1.2 +++ b/ffmpeg-svn/receipt Mon Jul 26 12:02:23 2010 +0200 1.3 @@ -31,6 +31,8 @@ 1.4 # make busybox compatible or add coreutils-file-format coreutils-file-special in BUILD_DEPENDS if patch/configure fails 1.5 patch -Np1 -i ../../stuff/$PACKAGE-$VERSION-mktemp.patch 1.6 1.7 + # Fix configure for GCC 4.5.0 1.8 + sed -i 's/"\$@" >> \$logfile 2/$@ >> $logfile 2/' configure 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --enable-gpl \