aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-20 02:22:48 +0800
committerijliao <ijliao@FreeBSD.org>2002-10-20 02:22:48 +0800
commit2af6f54c51402da0afc4ff6fa38f11f33ff6ecb3 (patch)
tree4c4e82d89aab9d19dd667b0e9ec445b4f1299a2a /graphics
parent4e4c9e8032b5c5953985869f8de1649e87c4f8c3 (diff)
downloadfreebsd-ports-gnome-2af6f54c51402da0afc4ff6fa38f11f33ff6ecb3.tar.gz
freebsd-ports-gnome-2af6f54c51402da0afc4ff6fa38f11f33ff6ecb3.tar.zst
freebsd-ports-gnome-2af6f54c51402da0afc4ff6fa38f11f33ff6ecb3.zip
fix build on stable
PR: 44187, 44207 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Reviewed by: many people on -ports
Diffstat (limited to 'graphics')
-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>