summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-09 15:31:29 +0000
committerminskim <minskim@pkgsrc.org>2006-06-09 15:31:29 +0000
commitd4037975ec2524b0eb17249a98ed6b98f3e176ad (patch)
treec04639c66d0648574443f2f37a147246e5d8f5b2 /chat
parentefba70abaf69536083750db32a1b5d7ae9f59b88 (diff)
downloadpkgsrc-d4037975ec2524b0eb17249a98ed6b98f3e176ad.tar.gz
Make this package build with gcc-4.
Diffstat (limited to 'chat')
-rw-r--r--chat/xaric/distinfo3
-rw-r--r--chat/xaric/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo
index 3cc511a6e35..5a55c555027 100644
--- a/chat/xaric/distinfo
+++ b/chat/xaric/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/12/16 15:20:47 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/06/09 15:31:29 minskim Exp $
SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe
RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c
Size (xaric-0.12.1.tar.gz) = 435998 bytes
SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404
+SHA1 (patch-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd
diff --git a/chat/xaric/patches/patch-ab b/chat/xaric/patches/patch-ab
new file mode 100644
index 00000000000..03842a0d88b
--- /dev/null
+++ b/chat/xaric/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/06/09 15:31:29 minskim Exp $
+
+--- include/struct.h.orig 2001-11-24 08:07:57.000000000 +0000
++++ include/struct.h
+@@ -488,7 +488,6 @@ typedef struct timerlist_stru
+ struct timerlist_stru *next;
+ } TimerList;
+
+-extern TimerList *PendingTimers;
+ typedef struct nicktab_stru
+ {
+ struct nicktab_stru *next;