wok diff gdb/receipt @ rev 4284

ffmpeg: version 0.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 11:32:26 2009 +0200 (2009-09-26)
parents 987853b8719d
children bda3fa7fda26
line diff
     1.1 --- a/gdb/receipt	Sun Mar 15 21:23:09 2009 +0000
     1.2 +++ b/gdb/receipt	Sat Sep 26 11:32:26 2009 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS && \
     1.8 +	./configure --disable-werror --prefix=/usr $CONFIGURE_ARGS && \
     1.9  	make && make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11