diff options
Diffstat (limited to 'misc/hotkeys/files/patch-src-conf.c')
-rw-r--r-- | misc/hotkeys/files/patch-src-conf.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/hotkeys/files/patch-src-conf.c b/misc/hotkeys/files/patch-src-conf.c new file mode 100644 index 000000000000..303adee7049b --- /dev/null +++ b/misc/hotkeys/files/patch-src-conf.c @@ -0,0 +1,21 @@ +--- src/conf.c.orig Wed Nov 27 14:30:08 2002 ++++ src/conf.c Sun May 11 16:01:17 2003 +@@ -25,7 +25,7 @@ + #include "common.h" + + #include <stdio.h> +-#include <db.h> ++#include </usr/local/include/db3/db.h> + #include <string.h> + #include <sys/param.h> + +@@ -68,6 +68,9 @@ + "Shopping", "mozilla -remote 'openURL(http://thinkgeek.com)'", + "Go", "mozilla -remote 'openURL(http://linux.com)'", + "Print", "lpr", ++ "Messenger", "gaim", ++ "Webcam", "\0", ++ "Media", "xmms", + /* + "Screendump", "xwd -root", + */ |