diff options
author | minskim <minskim> | 2005-10-06 15:50:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-06 15:50:59 +0000 |
commit | 047a09044ef9296ba8e8f3c564895111c01853d5 (patch) | |
tree | 28ee05a178de8d0d70a3472bec969bb7f59a3621 /chat | |
parent | 3dc34007ab8b61bf1f7f3ad7642654ceb8904517 (diff) | |
download | pkgsrc-047a09044ef9296ba8e8f3c564895111c01853d5.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/distinfo | 3 | ||||
-rw-r--r-- | chat/gtmess/patches/patch-ac | 12 |
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; |