openbsd-ports/graphics/ImageMagick/patches/patch-magick_Magick-config_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
421 B
Plaintext

$OpenBSD: patch-magick_Magick-config_in,v 1.1 2008/11/20 13:29:56 okan Exp $
--- magick/Magick-config.in.orig Wed Nov 5 11:50:55 2008
+++ magick/Magick-config.in Wed Nov 5 11:51:15 2008
@@ -52,7 +52,7 @@ while test $# -gt 0; do
echo '@MAGICK_LDFLAGS@'
;;
--libs)
- echo "-L${libdir} -lMagickCore"
+ echo "-L${libdir} -lMagickCore -lMagickWand"
;;
*)
echo "${usage}" 1>&2