diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
commit | c6e9c2405846113e4820eb5a80af977dacee0176 (patch) | |
tree | ec39479dcf0b64b791cfd9c70f5a867561cd0643 /x11/wmmenu/files/patch-aa | |
parent | Update 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-aa | 11 |
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" |