diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-20 02:22:48 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-20 02:22:48 +0800 |
commit | 2af6f54c51402da0afc4ff6fa38f11f33ff6ecb3 (patch) | |
tree | 4c4e82d89aab9d19dd667b0e9ec445b4f1299a2a /graphics | |
parent | 4e4c9e8032b5c5953985869f8de1649e87c4f8c3 (diff) | |
download | freebsd-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-mi | 2 |
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> |