wok diff gdb/receipt @ rev 4353

Update: java-* - remove files that are already in dependent packages
author Matthew Sheets <rcx@zoominternet.net>
date Sat Oct 03 22:00:35 2009 +0000 (2009-10-03)
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 Oct 03 22:00:35 2009 +0000
     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