summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-19 08:43:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-19 08:43:29 +0000
commit271f7e64f1ad7e0634189f04bb7552b9c1739c3c (patch)
tree997cb6653ef9b27c0fd3d6d2717117f5ca5969b9 /graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c
parentCorrect PLIST_SUB so one plug-in doesn't overwrite the other's (diff)
* Update to 1.3.12
* Add optional support for Python-Fu [1] * De-pkg-comment * Remove dead mpeg support PR: 48181 [1] Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> [1]
Notes
Notes: svn path=/head/; revision=75864
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c')
-rw-r--r--graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c b/graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c
new file mode 100644
index 000000000000..b6a6abe36fc8
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c
@@ -0,0 +1,10 @@
+--- app/plug-in/plug-in-shm.c.orig Wed Feb 19 01:40:37 2003
++++ app/plug-in/plug-in-shm.c Wed Feb 19 01:40:49 2003
+@@ -17,6 +17,7 @@
+ */
+
+ #include "config.h"
++#include <sys/types.h>
+
+ #ifdef HAVE_IPC_H
+ #include <sys/ipc.h>