openbsd-ports/graphics/ImageMagick/patches/patch-PerlMagick_Makefile_PL_in

13 lines
544 B
Plaintext
Raw Normal View History

$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',