diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-02-20 11:40:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-23 00:57:48 +0700 |
commit | 62797bab131631b7af36f3d3d7856b90a12ef042 (patch) | |
tree | 04ad294c27ad54e4295e75cdaa958528ac0accd7 /graphics/graphviz | |
parent | efd959c4250fb9d27630ee9937500452f8572ee0 (diff) |
graphics/graphviz: Fix build with ghostscript-9.07.
This reverts commit 15ea2056fdf008b653c02f27ddf2e416cd34ac1b.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/graphviz.SlackBuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild index 14e32cd863c9..dd401257c02e 100644 --- a/graphics/graphviz/graphviz.SlackBuild +++ b/graphics/graphviz/graphviz.SlackBuild @@ -77,12 +77,6 @@ sed -i 's|/php/modules|/php/extensions|' configure # Fix for php-5.4 patch -p1 -i $CWD/php_5.4_compat.patch -# Fix for ghostscript-9.18 (thanks to BLFS) -# http://wiki.linuxfromscratch.org/blfs/ticket/7037#comment:2 -sed -i \ - -e 's/ e_/ gs_error_/' \ - plugin/gs/gvloadimage_gs.c - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ |