15 lines
424 B
C
15 lines
424 B
C
$NetBSD: patch-import_import__im.c,v 1.1 2016/05/16 19:41:17 adam Exp $
|
|
|
|
Fix for ImageMagick v7.
|
|
|
|
--- import/import_im.c.orig 2016-05-15 13:02:59.000000000 +0000
|
|
+++ import/import_im.c
|
|
@@ -36,7 +36,7 @@
|
|
#ifdef HAVE_BROKEN_WAND
|
|
#include <wand/magick-wand.h>
|
|
#else /* we have a SANE wand header */
|
|
-#include <wand/MagickWand.h>
|
|
+#include <MagickWand/MagickWand.h>
|
|
#endif /* HAVE_BROKEN_WAND */
|
|
|
|
#undef PACKAGE_BUGREPORT
|