diff options
author | Robby Workman <rworkman@slackware.com> | 2010-03-21 13:40:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:10:48 +0200 |
commit | 31cdd020bb297c38c6847de28ce17198b4bb1c38 (patch) | |
tree | 3ddfeda501f5249cf60571c77d01c75412470c32 /graphics/inkscape | |
parent | 2555e86a8bf31662dc64e369f7a7a3ae2d819b38 (diff) | |
download | slackbuilds-31cdd020bb297c38c6847de28ce17198b4bb1c38.tar.gz |
graphics/inkscape: Added a patch for new poppler API.
Diffstat (limited to 'graphics/inkscape')
-rwxr-xr-x[-rw-r--r--] | graphics/inkscape/inkscape.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild index 1831e5f8d7..ef31b82ff2 100644..100755 --- a/graphics/inkscape/inkscape.SlackBuild +++ b/graphics/inkscape/inkscape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for inkscape -# Copyright 2006-2009 Robby Workman, Northport, AL, USA +# Copyright 2006-2010 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -55,6 +55,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Uncomment for use on -current +#patch -p1 < $CWD/inkscape-poppler-0.12.2.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |