summaryrefslogtreecommitdiff
path: root/wm/windowmaker
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
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')
-rw-r--r--wm/windowmaker/distinfo4
-rw-r--r--wm/windowmaker/patches/patch-ai12
-rw-r--r--wm/windowmaker/patches/patch-aj13
3 files changed, 28 insertions, 1 deletions
diff --git a/wm/windowmaker/distinfo b/wm/windowmaker/distinfo
index 2a7fb9345fd..e11f1e60a88 100644
--- a/wm/windowmaker/distinfo
+++ b/wm/windowmaker/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2004/11/12 21:17:55 kristerw Exp $
+$NetBSD: distinfo,v 1.21 2004/11/15 11:02:50 sketch Exp $
SHA1 (WindowMaker-0.91.0.tar.bz2) = 14fb553943b5cbfaaa867d28405b910e73d3b509
Size (WindowMaker-0.91.0.tar.bz2) = 2198266 bytes
@@ -10,3 +10,5 @@ SHA1 (patch-ae) = 70f21b44a45fad4b2bf48af75820a22ed1e4e857
SHA1 (patch-af) = dc749bbbea0c0e8d5b42d7d1be76b60b3af794b2
SHA1 (patch-ag) = 84326d25c3e3d3305aeb58e8caf7a49565a1bd7c
SHA1 (patch-ah) = b391a48f723c62335448007a89c6958a7d922d86
+SHA1 (patch-ai) = 03ef51a9dcc6d5b23f325231ea2d71fc0f13706f
+SHA1 (patch-aj) = 69fd44e4fb526a0b3d61ff8c6d958da38178dca7
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;