mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
The patch needed now on -current. Should not hurt -stable either:
X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h.
This commit is contained in:
parent
e7433cc0fd
commit
e632867959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68142
7
graphics/ImageMagick/files/patch-mi
Normal file
7
graphics/ImageMagick/files/patch-mi
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user