mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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:
parent
efd959c425
commit
62797bab13
1 changed files with 0 additions and 6 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Reference in a new issue