pkgsrc/chat/xchat-systray-integration/patches/patch-am
minskim acb94c0b93 Do not define variables in headers; define them in .c files instead.
Otherwise, they cause link errors on Darwin.
2006-07-06 22:04:03 +00:00

15 lines
328 B
Text

$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();