wok diff gdb/receipt @ rev 4423

Add clutter (UI tool kit) with cairo and gtk bindings
author Christophe Lincoln <pankso@slitaz.org>
date Sun Oct 25 17:31:52 2009 +0100 (2009-10-25)
parents 987853b8719d
children bda3fa7fda26
line diff
     1.1 --- a/gdb/receipt	Sun Mar 15 21:23:09 2009 +0000
     1.2 +++ b/gdb/receipt	Sun Oct 25 17:31:52 2009 +0100
     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