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
commit69d975858e2dc9aa5f35cfd1bbc1e1edbf6767a5 (patch)
tree30f5adbf6d5204fded575015cc60aa17d637d6bd /net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch
parentMarked as stable (diff)
downloadgentoo-2-69d975858e2dc9aa5f35cfd1bbc1e1edbf6767a5.tar.gz
gentoo-2-69d975858e2dc9aa5f35cfd1bbc1e1edbf6767a5.tar.bz2
gentoo-2-69d975858e2dc9aa5f35cfd1bbc1e1edbf6767a5.zip
gcc-3.3 gtk fixes
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; \
+ \