diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-06-30 15:31:15 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-02 16:07:06 -0500 |
commit | ca92a09820f2a36fea1f2dc76445c396a7a7d8d0 (patch) | |
tree | a0312124006442f2a1ea11fead87599b2f967b93 /graphics/inkscape/inkscape.SlackBuild | |
parent | 5d6020ca24245e7acd0519352688a6784fd63ca1 (diff) | |
download | slackbuilds-ca92a09820f2a36fea1f2dc76445c396a7a7d8d0.tar.gz |
graphics/inkscape: Build fix on -current (harmless on 14.0)
Thanks to Mark Halstead <mdhalstead@att.net> for the report.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/inkscape/inkscape.SlackBuild')
-rw-r--r-- | graphics/inkscape/inkscape.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild index 815ab6dc2e..7704f0e8e2 100644 --- a/graphics/inkscape/inkscape.SlackBuild +++ b/graphics/inkscape/inkscape.SlackBuild @@ -65,6 +65,8 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +patch -p1 < $CWD/remove-stray-comma.diff + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |