diff options
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> |