summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-06 15:50:59 +0000
committerminskim <minskim@pkgsrc.org>2005-10-06 15:50:59 +0000
commit490a350d889c1091a0b487d70f317e0e4a47bee2 (patch)
tree28ee05a178de8d0d70a3472bec969bb7f59a3621 /chat
parentf2979429c195bc66d912a0ac0d3e863dd09776f7 (diff)
downloadpkgsrc-490a350d889c1091a0b487d70f317e0e4a47bee2.tar.gz
Do not declare a static variable as non-static in a header file. This
makes the package build with gcc-3.4.
Diffstat (limited to 'chat')
-rw-r--r--chat/gtmess/distinfo3
-rw-r--r--chat/gtmess/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/gtmess/distinfo b/chat/gtmess/distinfo
index f478f9d3b2e..22f382d88be 100644
--- a/chat/gtmess/distinfo
+++ b/chat/gtmess/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/09/28 23:15:38 rafal Exp $
+$NetBSD: distinfo,v 1.5 2005/10/06 15:50:59 minskim Exp $
SHA1 (gtmess-0.91.tar.gz) = 078d7e1fb60bcc8f54b5df5d3e7df53d55c70392
RMD160 (gtmess-0.91.tar.gz) = 7a5ff6696409aa976b072a415131279dd769dfbb
Size (gtmess-0.91.tar.gz) = 697344 bytes
SHA1 (patch-aa) = ecbde16ded4a85eb4c6e0dad24062b12b9ad6041
SHA1 (patch-ab) = 5b8a7b1f47c72527040338f86dc4d8a7e50c428f
+SHA1 (patch-ac) = 0e68f1582db5f95ff048eb4fd0988b0b67c861b7
diff --git a/chat/gtmess/patches/patch-ac b/chat/gtmess/patches/patch-ac
new file mode 100644
index 00000000000..40891b49046
--- /dev/null
+++ b/chat/gtmess/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/10/06 15:50:59 minskim Exp $
+
+--- src/client/gtmess.h.orig 2005-03-18 06:15:31.000000000 -0800
++++ src/client/gtmess.h
+@@ -79,7 +79,6 @@ typedef struct {
+
+ extern char *ZS;
+ extern config_t Config;
+-extern struct cfg_entry ConfigTbl[];
+ extern int SCOLS, SLINES;
+ extern int utf8_mode;
+ extern struct tm now_tm;