graphics/graphviz: Fix build with ghostscript-9.07.

This reverts commit 15ea2056fd.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-02-20 11:40:28 +00:00 committed by Willy Sudiarto Raharjo
parent efd959c425
commit 62797bab13

View file

@ -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}" \