wok diff inkscape/receipt @ rev 6323
Up: imagemagick, imagemagick-dev to 6.6.4-2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 17 16:59:19 2010 +0000 (2010-09-17) |
parents | cf6a9a593ece |
children | 3fd80d62508c |
line diff
1.1 --- a/inkscape/receipt Sun Jul 04 14:27:19 2010 +0100 1.2 +++ b/inkscape/receipt Fri Sep 17 16:59:19 2010 +0000 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 \