aboutsummaryrefslogtreecommitdiffstats
path: root/korean/bitchx
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-11-21 19:19:45 +0800
committerarved <arved@FreeBSD.org>2003-11-21 19:19:45 +0800
commit3c0f184be68bdaf98c0065f003fa1369c40f407d (patch)
tree3ac56b6da653306f7beb86c05d31b6a6fea214de /korean/bitchx
parent7d336e52c70fe9a36c621989144e7240b8f7ea30 (diff)
downloadfreebsd-ports-gnome-3c0f184be68bdaf98c0065f003fa1369c40f407d.tar.gz
freebsd-ports-gnome-3c0f184be68bdaf98c0065f003fa1369c40f407d.tar.zst
freebsd-ports-gnome-3c0f184be68bdaf98c0065f003fa1369c40f407d.zip
Fix build on 5.x
Obtained from: irc/bitchx
Diffstat (limited to 'korean/bitchx')
-rw-r--r--korean/bitchx/files/patch-status.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/bitchx/files/patch-status.c b/korean/bitchx/files/patch-status.c
new file mode 100644
index 000000000000..5f79467876b7
--- /dev/null
+++ b/korean/bitchx/files/patch-status.c
@@ -0,0 +1,11 @@
+--- source/status.c.orig Fri Jul 18 04:58:48 2003
++++ source/status.c Fri Jul 18 05:02:50 2003
+@@ -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; \
+ \