openbsd-ports/graphics/ImageMagick/patches/patch-wand_MagickWand_pc_in
sthen 4fcfaad7e9 revise pkgconfig files for ImageMagick to add -pthread and -L/usr/X11R6/lib
may not all be necessary, but this unbreaks things and we can revise later

with okan@ and naddy@, ok okan@
2012-06-19 12:46:12 +00:00

12 lines
526 B
Plaintext

$OpenBSD: patch-wand_MagickWand_pc_in,v 1.2 2012/06/19 12:46:12 sthen Exp $
--- wand/MagickWand.pc.in.orig Sat Sep 5 23:47:34 2009
+++ wand/MagickWand.pc.in Thu Jan 6 19:56:45 2011
@@ -7,5 +7,5 @@ Name: MagickWand
Version: @PACKAGE_VERSION@
Description: MagickWand - C API for ImageMagick
Requires: ImageMagick
-Libs: -L${libdir} -lMagickWand -lMagickCore
-Cflags: -I${includedir} @MAGICK_PCFLAGS@
+Libs: -L${libdir} -L${X11BASE}/lib -lMagickWand -lMagickCore -pthread
+Cflags: -I${includedir} @MAGICK_PCFLAGS@ -pthread