summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-06-16 20:52:05 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-06-16 20:52:05 +0000
commitb3667400f7200eadafc8eaf41db64d22e0f8e953 (patch)
tree74d3b6fb784c525ba0f0214b5b1a4434f9d37dcd /net-irc/bitchx/files
parentMarked as stable (diff)
downloadhistorical-b3667400f7200eadafc8eaf41db64d22e0f8e953.tar.gz
historical-b3667400f7200eadafc8eaf41db64d22e0f8e953.tar.bz2
historical-b3667400f7200eadafc8eaf41db64d22e0f8e953.zip
gcc-3.3 gtk fixes
Diffstat (limited to 'net-irc/bitchx/files')
-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; \
+ \