pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bitchx/patches Make BitchX compile with GCC3
details: https://anonhg.NetBSD.org/pkgsrc/rev/72e77db32175
branches: trunk
changeset: 463892:72e77db32175
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Tue Dec 02 01:55:30 2003 +0000
description:
Make BitchX compile with GCC3
diffstat:
chat/bitchx/patches/patch-am | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r abda7f74eafe -r 72e77db32175 chat/bitchx/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitchx/patches/patch-am Tue Dec 02 01:55:30 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2003/12/02 01:55:30 jmcneill Exp $
+
+--- source/status.c.orig 2003-12-01 21:52:00.000000000 -0400
++++ source/status.c 2003-12-01 21:52:43.000000000 -0400
+@@ -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; \
+ \
Home |
Main Index |
Thread Index |
Old Index