wok diff inkscape/receipt @ rev 17526

Add jp2a
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 19 00:23:49 2015 +0100 (2015-01-19)
parents 79ec1d5b20e4
children 807198b4ecff
line diff
     1.1 --- a/inkscape/receipt	Tue Oct 28 09:55:47 2014 +0200
     1.2 +++ b/inkscape/receipt	Mon Jan 19 00:23:49 2015 +0100
     1.3 @@ -25,6 +25,11 @@
     1.4  		patch -p1 -i $stuff/patches/$patchfile
     1.5  	done
     1.6  
     1.7 +	# hack to define '_' and 'Q_' functions
     1.8 +	for file in $(find $src/src -type f); do
     1.9 +		sed -i 's|glibmm/i18n.h|glib/gi18n.h|g' $file
    1.10 +	done
    1.11 +
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \