diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 15:31:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 15:31:29 +0000 |
commit | d4037975ec2524b0eb17249a98ed6b98f3e176ad (patch) | |
tree | c04639c66d0648574443f2f37a147246e5d8f5b2 /chat/xaric/patches | |
parent | efba70abaf69536083750db32a1b5d7ae9f59b88 (diff) | |
download | pkgsrc-d4037975ec2524b0eb17249a98ed6b98f3e176ad.tar.gz |
Make this package build with gcc-4.
Diffstat (limited to 'chat/xaric/patches')
-rw-r--r-- | chat/xaric/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
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; |