wok diff inkscape/receipt @ rev 5894

inkscape: Fix build with gcc45 (http://bugs.gentoo.org/show_bug.cgi?id=305749)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:54:43 2010 +0200 (2010-07-22)
parents cf6a9a593ece
children 3fd80d62508c
line diff
     1.1 --- a/inkscape/receipt	Sun Jul 04 14:27:19 2010 +0100
     1.2 +++ b/inkscape/receipt	Thu Jul 22 23:54:43 2010 +0200
     1.3 @@ -21,6 +21,11 @@
     1.4  	cd $src
     1.5  	sed -i -e '\|^packaging/autopackage/default\.apspec$|d' configure.ac
     1.6  #	InkBoard is now disabled by default, --enable-inkboard now exists
     1.7 +
     1.8 +	# Fix build with gcc45
     1.9 +	# http://launchpadlibrarian.net/39366738/inkscape-0.47-gcc45.patch
    1.10 +	patch -p1 < ../stuff/inkscape-0.47-gcc45.patch || exit 1
    1.11 +	
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \