wok rev 9592

Fixed gens-gs.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 15:10:05 2011 +0000 (2011-04-12)
parents d1846ea90ecb
children d153d7ee72f2
files gens-gs/receipt
line diff
     1.1 --- a/gens-gs/receipt	Tue Apr 12 14:36:42 2011 +0000
     1.2 +++ b/gens-gs/receipt	Tue Apr 12 15:10:05 2011 +0000
     1.3 @@ -16,10 +16,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -Np1 -i ../stuff/gens-gtk.patch || return 1
     1.8 +	patch -Np1 -i $stuff/gens-gtk.patch || return 1
     1.9  	chmod +x install-sh
    1.10 -	./configure &&
    1.11 -	make && make -j1 DESTDIR=$DESTDIR install
    1.12 +	./configure
    1.13 +	find -name "Makefile" | xargs sed -i 's|-DGTK_DISABLE_DEPRECATED||g' 
    1.14 +	make -j1 && make -j1 DESTDIR=$DESTDIR install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.