summaryrefslogtreecommitdiff
path: root/converters/psiconv/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'converters/psiconv/patches/patch-ae')
-rw-r--r--converters/psiconv/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/converters/psiconv/patches/patch-ae b/converters/psiconv/patches/patch-ae
new file mode 100644
index 00000000000..9252dfe691d
--- /dev/null
+++ b/converters/psiconv/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1 2002/09/10 12:35:08 markd Exp $
+
+--- configure.in.orig Tue Jul 17 05:48:02 2001
++++ configure.in Tue Sep 10 23:20:40 2002
+@@ -79,7 +79,11 @@
+ LIBS="$LIBS `Magick-config --libs`"
+
+ AC_MSG_CHECKING(whether GetMagickInfo works)
+- AC_TRY_RUN([ #include <magick/magick.h>
++ AC_TRY_RUN([ #include <stdio.h>
++ #include <string.h>
++ #include <time.h>
++ #include <sys/types.h>
++ #include <magick/api.h>
+ int main(void) { ExceptionInfo exception;
+ GetExceptionInfo(&exception);
+ OpenModules(&exception);