pkgsrc/chat/xchat-systray-integration/patches/patch-ao
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

13 lines
260 B
Text

$NetBSD: patch-ao,v 1.1 2006/07/06 22:04:03 minskim Exp $
--- src/help.h.orig 2004-04-30 05:38:10.000000000 -0700
+++ src/help.h
@@ -9,7 +9,7 @@ void visit_website();
void send_email();
void help_page();
-char* version;
+extern char* version;
#endif