diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-10 17:02:41 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-10 17:02:41 +0000 |
commit | ae7347509249b01feb2c770d66831bb858b21dc5 (patch) | |
tree | 91cfad94ad230a2e98525556a2dffb495d54d981 /graphics/ImageMagick/files/patch-mi | |
parent | Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share. (diff) |
Back out to 5.5.6.
Submitted by: marcus (portmgr)
Notes
Notes:
svn path=/head/; revision=88953
Diffstat (limited to 'graphics/ImageMagick/files/patch-mi')
-rw-r--r-- | graphics/ImageMagick/files/patch-mi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/ImageMagick/files/patch-mi b/graphics/ImageMagick/files/patch-mi new file mode 100644 index 000000000000..6cc6540e31c1 --- /dev/null +++ b/graphics/ImageMagick/files/patch-mi @@ -0,0 +1,7 @@ +--- magick/xwindow.h Thu Sep 5 15:50:03 2002 ++++ magick/xwindow.h Wed Oct 16 11:08:11 2002 +@@ -43,4 +43,2 @@ + #if defined(HasSharedMemory) +-#include <sys/ipc.h> +-#include <sys/shm.h> + #include <X11/extensions/XShm.h> |