summaryrefslogtreecommitdiff
path: root/x11/wmmenu/files/patch-aa
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-11-21 06:53:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-11-21 06:53:17 +0000
commitc6e9c2405846113e4820eb5a80af977dacee0176 (patch)
treeec39479dcf0b64b791cfd9c70f5a867561cd0643 /x11/wmmenu/files/patch-aa
parentUpdate to 1.2.2 (diff)
Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of
icons that launch applications." I made a few changes to the originator's submission in order to make the example files work out of the box with our default icon directory arrangement. PR: ports/22907 Submitted by: Jeremy Karlson, karlj000@unbc.ca
Notes
Notes: svn path=/head/; revision=35299
Diffstat (limited to 'x11/wmmenu/files/patch-aa')
-rw-r--r--x11/wmmenu/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/wmmenu/files/patch-aa b/x11/wmmenu/files/patch-aa
new file mode 100644
index 000000000000..7b0743152c6f
--- /dev/null
+++ b/x11/wmmenu/files/patch-aa
@@ -0,0 +1,11 @@
+--- options.c.BACKUP Thu Nov 16 21:11:16 2000
++++ options.c Thu Nov 16 21:11:25 2000
+@@ -4,7 +4,7 @@
+ #include <string.h>
+ #include <assert.h>
+ /* POSIX */
+-#include <getopt.h>
++#include <unistd.h>
+
+ #include "options.h"
+ #include "version.h"