summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2003-12-02 01:55:30 +0000
committerjmcneill <jmcneill>2003-12-02 01:55:30 +0000
commit02c3df727f8d0eb07d6b2de028c77a1078859c63 (patch)
treed2bece8a401e6610f3fc4b2f26a250ed23adc7b6 /chat
parentfdc528bf54378a9fe99ff147b755797acc561685 (diff)
downloadpkgsrc-02c3df727f8d0eb07d6b2de028c77a1078859c63.tar.gz
Make BitchX compile with GCC3
Diffstat (limited to 'chat')
-rw-r--r--chat/bitchx/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/bitchx/patches/patch-am b/chat/bitchx/patches/patch-am
new file mode 100644
index 00000000000..f60fb8ddb44
--- /dev/null
+++ b/chat/bitchx/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2003/12/02 01:55:30 jmcneill Exp $
+
+--- source/status.c.orig 2003-12-01 21:52:00.000000000 -0400
++++ source/status.c 2003-12-01 21:52:43.000000000 -0400
+@@ -1213,7 +1213,7 @@
+ * current-type window, although i think they should go to all windows.
+ */
+ #define STATUS_VAR(x) \
+-static char *status_user ## x ## (Window *window) \
++static char *status_user ## x (Window *window) \
+ { \
+ char *text; \
+ \