summaryrefslogtreecommitdiffstats
path: root/patches/source/imagemagick/blob.c.undef.have_popen.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/imagemagick/blob.c.undef.have_popen.diff')
-rw-r--r--patches/source/imagemagick/blob.c.undef.have_popen.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/source/imagemagick/blob.c.undef.have_popen.diff b/patches/source/imagemagick/blob.c.undef.have_popen.diff
new file mode 100644
index 000000000..9e33cab77
--- /dev/null
+++ b/patches/source/imagemagick/blob.c.undef.have_popen.diff
@@ -0,0 +1,10 @@
+--- ./magick/blob.c.orig 2016-05-30 06:55:02.000000000 -0500
++++ ./magick/blob.c 2016-05-30 14:48:36.139925266 -0500
+@@ -80,6 +80,7 @@
+ Define declarations.
+ */
+ #define MagickMaxBlobExtent 65541
++#undef MAGICKCORE_HAVE_POPEN
+ #if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
+ # define MAP_ANONYMOUS MAP_ANON
+ #endif