diff options
-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 \ |