summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 18:22:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 18:22:48 +0000
commit248ae9d969f706246e427be88273e10768969298 (patch)
tree4b19418ba9b2e5a992ffdcb39f641254770b214b /graphics/ImageMagick
parento Update to snapshot 20021015 (diff)
fix build on stable
PR: 44187, 44207 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Reviewed by: many people on -ports
Notes
Notes: svn path=/head/; revision=68358
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/files/patch-mi2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/files/patch-mi b/graphics/ImageMagick/files/patch-mi
index 7a02f9a6d61a..0fa34280f113 100644
--- a/graphics/ImageMagick/files/patch-mi
+++ b/graphics/ImageMagick/files/patch-mi
@@ -12,7 +12,7 @@
#if defined(HasX11)
+#if defined(HasSharedMemory)
+#include <machine/param.h>
-+typedef unsigned short ushort; /* needed for sys/ipc.h at the moment */
++//typedef unsigned short ushort; /* needed for sys/ipc.h at the moment */
+#include <sys/types.h>
+#include <sys/ipc.h>
+#include <sys/shm.h>