summaryrefslogtreecommitdiff
path: root/x11-wm/wmanager/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-06 00:50:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-06 00:50:06 +0000
commit6cd6aadb3c5fb04900b9263c750d01d6ce559359 (patch)
tree6f6a1c0160e9c83c96e7f898436fe792b772fc57 /x11-wm/wmanager/files/patch-ab
parentAdd a pnmtopng RUN_DEPENDS to allow printing of images to PNG format (diff)
WManager is a windowmanager manager.
It "manages" your windowmanagers by letting you choose from your favorites on starting up X. PR: 15133 Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=23612
Diffstat (limited to 'x11-wm/wmanager/files/patch-ab')
-rw-r--r--x11-wm/wmanager/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/wmanager/files/patch-ab b/x11-wm/wmanager/files/patch-ab
new file mode 100644
index 000000000000..8add2b3987ed
--- /dev/null
+++ b/x11-wm/wmanager/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/WManager.cc Wed Sep 29 13:23:17 1999
++++ src/WManager.cc.new Fri Nov 19 23:07:25 1999
+@@ -9,6 +9,8 @@
+ #include <fstream> // file streams
+ #include <cstring> // only for 'strtok'
+ #include <pwd.h> // for home directory
++#include <unistd.h>
++#include <sys/types.h>
+
+
+ // PROJECT INCLUDES ////////////////////////////////