4fcfaad7e9
may not all be necessary, but this unbreaks things and we can revise later with okan@ and naddy@, ok okan@
12 lines
493 B
Plaintext
12 lines
493 B
Plaintext
$OpenBSD: patch-wand_Wand_pc_in,v 1.1 2012/06/19 12:46:12 sthen Exp $
|
|
--- wand/Wand.pc.in.orig Sat Sep 5 22:47:34 2009
|
|
+++ wand/Wand.pc.in Tue Jun 19 09:14:07 2012
|
|
@@ -7,5 +7,5 @@ Name: Wand
|
|
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@
|