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

12 lines
286 B
Text

$NetBSD: patch-ap,v 1.1 2006/07/06 22:04:03 minskim Exp $
--- src/help.c.orig 2004-04-30 05:59:11.000000000 -0700
+++ src/help.c
@@ -1,5 +1,7 @@
#include "help.h"
+char* version;
+
void check_updates() {
//when language implementation will be ready i'll delete this dummy var.