summaryrefslogtreecommitdiff
path: root/wm/windowmaker/patches
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2004-11-15 11:02:50 +0000
committersketch <sketch@pkgsrc.org>2004-11-15 11:02:50 +0000
commit08ce992ff6b548076e7066a3b758ea0e298a6bcf (patch)
tree0ca57918501557167fa21b92e9c86a38be0d820e /wm/windowmaker/patches
parent5c4e4a0452aac3414097df6f77846fed49b08bc9 (diff)
downloadpkgsrc-08ce992ff6b548076e7066a3b758ea0e298a6bcf.tar.gz
Add pre-requisite headers necessary to compile this package with strict X11
implementations, tested with OpenWindows.
Diffstat (limited to 'wm/windowmaker/patches')
-rw-r--r--wm/windowmaker/patches/patch-ai12
-rw-r--r--wm/windowmaker/patches/patch-aj13
2 files changed, 25 insertions, 0 deletions
diff --git a/wm/windowmaker/patches/patch-ai b/wm/windowmaker/patches/patch-ai
new file mode 100644
index 00000000000..560b1ce72f9
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2004/11/15 11:02:51 sketch Exp $
+
+--- WINGs/dragsource.c.orig 2004-11-15 10:24:38.140204000 +0000
++++ WINGs/dragsource.c 2004-11-15 10:31:35.798026000 +0000
+@@ -1,5 +1,7 @@
+ #include "../src/config.h"
+
++#include <X11/Xlib.h>
++#include <X11/Xutil.h>
+ #include <X11/Xatom.h>
+ #include <X11/cursorfont.h>
+ #ifdef SHAPE
diff --git a/wm/windowmaker/patches/patch-aj b/wm/windowmaker/patches/patch-aj
new file mode 100644
index 00000000000..03209a62624
--- /dev/null
+++ b/wm/windowmaker/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2004/11/15 11:02:51 sketch Exp $
+
+--- src/switchpanel.c.orig 2004-11-15 10:44:36.799472000 +0000
++++ src/switchpanel.c 2004-11-15 10:44:59.875415000 +0000
+@@ -26,6 +26,8 @@
+ #include <sys/time.h>
+
+ #ifdef SHAPE
++#include <X11/Xlib.h>
++#include <X11/Xutil.h>
+ #include <X11/extensions/shape.h>
+
+ extern Bool wShapeSupported;