summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat-systray-integration/patches/patch-am')
-rw-r--r--chat/xchat-systray-integration/patches/patch-am15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/xchat-systray-integration/patches/patch-am b/chat/xchat-systray-integration/patches/patch-am
new file mode 100644
index 00000000000..8319a528091
--- /dev/null
+++ b/chat/xchat-systray-integration/patches/patch-am
@@ -0,0 +1,15 @@
+$NetBSD: patch-am,v 1.1 2006/07/06 22:04:03 minskim Exp $
+
+--- src/menu.h.orig 2004-04-30 05:38:10.000000000 -0700
++++ src/menu.h
+@@ -9,8 +9,8 @@
+ #include "help.h"
+ #include "events.h"
+
+-gint onExit;
+-GtkWidget *status_menu;
++extern gint onExit;
++extern GtkWidget *status_menu;
+
+ void launch_browser();
+ void launch_email();