summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Spencer2016-02-20 12:40:28 +0100
committer Willy Sudiarto Raharjo2016-02-22 18:57:48 +0100
commit62797bab131631b7af36f3d3d7856b90a12ef042 (patch)
tree04ad294c27ad54e4295e75cdaa958528ac0accd7 /graphics
parentefd959c4250fb9d27630ee9937500452f8572ee0 (diff)
downloadslackbuilds-62797bab131631b7af36f3d3d7856b90a12ef042.tar.gz
graphics/graphviz: Fix build with ghostscript-9.07.
This reverts commit 15ea2056fdf008b653c02f27ddf2e416cd34ac1b. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/graphviz.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index 14e32cd863..dd401257c0 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}" \