wok diff libvalhalla/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 8752c40cc534
children 60eee2a3b52a
line diff
     1.1 --- a/libvalhalla/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/libvalhalla/receipt	Thu Jul 22 23:54:43 2010 +0200
     1.3 @@ -14,6 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/cat -n/awk '"'"'{ printf "%6d  %s\\n",++n,$0 }'"'"' </' configure
     1.8  	./configure \
     1.9  		--prefix=/usr &&
    1.10  	make && make DESTDIR=$PWD/_pkg install