aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/autotrace/files/patch-configure')
-rw-r--r--graphics/autotrace/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/autotrace/files/patch-configure b/graphics/autotrace/files/patch-configure
new file mode 100644
index 000000000000..0b2ac58b06b3
--- /dev/null
+++ b/graphics/autotrace/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-09-26 15:52:26.000000000 +0200
++++ configure 2008-09-26 15:52:09.000000000 +0200
+@@ -7973,7 +7973,7 @@
+ MAGICK_CFLAGS=${CPPFLAGS}
+ CPPFLAGS=${CPPFLAGS_BACKUP}
+ if test "x${magick_header_found}" = xyes ; then
+- MAGICK_LDFLAGS="`Magick-config --ldflags` `Magick-config --libs`"
++ MAGICK_LDFLAGS="`Magick-config --ldflags` `Magick-config --libs` `MagickWand-config --ldflags` `MagickWand-config --libs`"
+ echo "$as_me:$LINENO: checking ImageMagick - version >= 5.2.1" >&5
+ echo $ECHO_N "checking ImageMagick - version >= 5.2.1... $ECHO_C" >&6
+ MAGICK_VERSION=`Magick-config --version`