openbsd-ports/graphics/ImageMagick/patches/patch-PerlMagick_Makefile_PL_in
okan 3955871973 - long awaited update ImageMagick to 6.4.5-6
- now includes perl modules, superseding graphics/p5-PerlMagick

feedback from ajacoutot@, kili@ and naddy@ (and bulk)

ok kili@
2008-11-20 13:29:56 +00:00

13 lines
544 B
Plaintext

$OpenBSD: patch-PerlMagick_Makefile_PL_in,v 1.1 2008/11/20 13:29:56 okan Exp $
--- PerlMagick/Makefile.PL.in.orig Sat Aug 16 21:01:11 2008
+++ PerlMagick/Makefile.PL.in Mon Nov 3 12:26:52 2008
@@ -77,7 +77,7 @@ WriteMakefile
'INSTALLBIN' => '@BIN_DIR@',
# Library specification
- 'LIBS' => [ '-L@MAGICKCORE_PATH@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand' ],
+ 'LIBS' => [ '-L@MAGICKCORE_PATH@ -lMagickCore -lMagickWand' ],
# Perl binary name (if a Perl binary is built)
'MAP_TARGET' => 'PerlMagick',