diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 18:23:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 18:23:19 +0000 |
commit | b63d433f91690c8018986e9507931d09a94ae2b1 (patch) | |
tree | 3b084476f55477054ea0321c1d34f8a78cbd5da1 /chat/epic4 | |
parent | 85b4d7fbd84507de340774efeca79959cd591490 (diff) | |
download | pkgsrc-b63d433f91690c8018986e9507931d09a94ae2b1.tar.gz |
Make build with gcc3. From Jonathan Perkin in PR 22861.
Diffstat (limited to 'chat/epic4')
-rw-r--r-- | chat/epic4/distinfo | 4 | ||||
-rw-r--r-- | chat/epic4/patches/patch-aa | 15 | ||||
-rw-r--r-- | chat/epic4/patches/patch-ab | 16 |
3 files changed, 34 insertions, 1 deletions
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 |