summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch')
-rw-r--r--net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch b/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch
new file mode 100644
index 000000000000..a8709735ab24
--- /dev/null
+++ b/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch
@@ -0,0 +1,12 @@
+diff -ruN BitchX.orig/source/status.c BitchX/source/status.c
+--- BitchX.orig/source/status.c 2003-06-16 21:31:15.000000000 +0200
++++ BitchX/source/status.c 2003-06-16 21:31:44.000000000 +0200
+@@ -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; \
+ \