graphics/GraphicsMagick: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-27 17:14:46 -05:00 committed by Willy Sudiarto Raharjo
parent a750e15c85
commit ab8cce51ba

View file

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