wok-next diff ffmpeg/receipt @ rev 6577

Fixed lemon. Moved the compiling lemon into sqlite. This way lemon is more normal wanted package with only genpkg_rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 18:47:02 2010 +0000 (2010-10-08)
parents e6dde8781608
children 6b1cdf8e9c54
line diff
     1.1 --- a/ffmpeg/receipt	Sun May 02 19:31:41 2010 +0200
     1.2 +++ b/ffmpeg/receipt	Fri Oct 08 18:47:02 2010 +0000
     1.3 @@ -17,6 +17,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	
     1.8 +	# Fix gcc45 build.
     1.9 +	patch -p1 < ../stuff/ffmpeg-0.5.1-gcc45.u || exit 1
    1.10 +	
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--enable-gpl \