summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-11-27 17:14:46 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-12 07:19:00 +0700
commitab8cce51baa93448f739c8711098a65cf264a139 (patch)
tree6266b78e01dcac9e0cb4bfdf25e94da46bb86a00 /graphics
parenta750e15c85a50a68d7dfd7efe7036551c526de28 (diff)
downloadslackbuilds-ab8cce51baa93448f739c8711098a65cf264a139.tar.gz
slackbuilds-ab8cce51baa93448f739c8711098a65cf264a139.tar.xz
graphics/GraphicsMagick: Fix compile issue.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/GraphicsMagick.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
index 687f4d3f31..fbc6261121 100644
--- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
+++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
@@ -15,6 +15,9 @@
# - build Tcl bindings (TclMagick)
# - document optional deps in README
+# 20151127 bkw:
+# - fix build on -current, in anticipation of 14.2
+
PRGNAM=GraphicsMagick
VERSION=${VERSION:-1.3.21}
BUILD=${BUILD:-1}
@@ -100,7 +103,9 @@ sed -i \
-e "/magick_LDFLAGS/s,=',&-L$PKG/usr/lib$LIBDIRSUFFIX ," \
Makefile.PL
+# don't know why we have to explicitly force -lGraphicsMagick here...
perl Makefile.PL \
+ LIBS=-lGraphicsMagick \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \