wok diff inkscape/receipt @ rev 2133

Add libidn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 02 21:27:38 2009 +0000 (2009-02-02)
parents b64b8906e6a7
children be4b9618ea05
line diff
     1.1 --- a/inkscape/receipt	Tue Jul 15 23:12:44 2008 +0200
     1.2 +++ b/inkscape/receipt	Mon Feb 02 21:27:38 2009 +0000
     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