diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-06-16 20:52:05 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-06-16 20:52:05 +0000 |
commit | 69d975858e2dc9aa5f35cfd1bbc1e1edbf6767a5 (patch) | |
tree | 30f5adbf6d5204fded575015cc60aa17d637d6bd /net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch | |
parent | Marked as stable (diff) | |
download | gentoo-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.patch | 12 |
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; \ + \ |