From 0e4fb96e5a1257de91fb5674e09a1974c0b8c19a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Sep 2003 18:23:19 +0000 Subject: Make build with gcc3. From Jonathan Perkin in PR 22861. --- chat/epic4/distinfo | 4 +++- chat/epic4/patches/patch-aa | 15 +++++++++++++++ chat/epic4/patches/patch-ab | 16 ++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 chat/epic4/patches/patch-aa create mode 100644 chat/epic4/patches/patch-ab (limited to 'chat/epic4') diff --git a/chat/epic4/distinfo b/chat/epic4/distinfo index c85decedb6d..5926301e65a 100644 --- a/chat/epic4/distinfo +++ b/chat/epic4/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/09/01 16:34:42 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/09/19 18:23:19 wiz Exp $ SHA1 (epic4-1.1.6.tar.bz2) = d6b0ad47b6ca8132795c3ae3c59bb6e2e1c70a91 Size (epic4-1.1.6.tar.bz2) = 549889 bytes +SHA1 (patch-aa) = be34a4e77d0160511f028a0cc4efd67d40d9d00b +SHA1 (patch-ab) = 5df03003f55b717077c41f3a1747ef6a1b02d6ee diff --git a/chat/epic4/patches/patch-aa b/chat/epic4/patches/patch-aa new file mode 100644 index 00000000000..0d041ed7907 --- /dev/null +++ b/chat/epic4/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2003/09/19 18:23:21 wiz Exp $ + +--- source/server.c.orig Fri Aug 9 16:10:16 2002 ++++ source/server.c Fri Sep 19 17:28:02 2003 +@@ -2172,8 +2172,8 @@ + + if (!(host = strchr(userhost, '@'))) + { +- yell("Cannot set your userhost to [%s] because it does not +- contain a @ character!", userhost); ++ yell("Cannot set your userhost to [%s] because it does not " ++ "contain a @ character!", userhost); + return; + } + diff --git a/chat/epic4/patches/patch-ab b/chat/epic4/patches/patch-ab new file mode 100644 index 00000000000..de43b35d687 --- /dev/null +++ b/chat/epic4/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2003/09/19 18:23:21 wiz Exp $ + +--- source/info.c.sh.in.orig Fri Sep 19 17:34:41 2003 ++++ source/info.c.sh.in Fri Sep 19 17:35:10 2003 +@@ -19,11 +19,7 @@ + * This file is auto-magically created. Changes will be nuked. + */ + +-#ifdef __STDC__ +-#define my_paste(x, y, z) x ## y ## z +-#else + #define my_paste(x, y, z) x/**/y/**/z +-#endif + + #include "config.h" + #ifdef ANONYMOUS_COMPILE -- cgit v1.2.3