wok diff inkscape/receipt @ rev 2039

cairo: back to 1.8.4 or pango/gtk+ will not build
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 14 21:36:12 2009 +0100 (2009-01-14)
parents b64b8906e6a7
children be4b9618ea05
line diff
     1.1 --- a/inkscape/receipt	Tue Jul 15 23:12:44 2008 +0200
     1.2 +++ b/inkscape/receipt	Wed Jan 14 21:36:12 2009 +0100
     1.3 @@ -15,12 +15,16 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	grep -rl glib/gmessages . | while read file; do
     1.8 +		echo "Patching $file..."
     1.9 +		sed -i 's|glib/gmessages|glib|' $file
    1.10 +	done
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--mandir=/usr/share/man \
    1.14  		--disable-lcms \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21