summaryrefslogtreecommitdiff
path: root/chat/icb/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-11-13 20:59:53 +0000
committertron <tron@pkgsrc.org>2003-11-13 20:59:53 +0000
commit4f9e6625e65acc340c35a7774ec4096874b2a102 (patch)
treedc975dbbcbb07fd21315e5813c992665d4fde317 /chat/icb/patches
parent8a976500335f9fa2472e62d77696e0c2e3a74836 (diff)
downloadpkgsrc-4f9e6625e65acc340c35a7774ec4096874b2a102.tar.gz
Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
Diffstat (limited to 'chat/icb/patches')
-rw-r--r--chat/icb/patches/patch-aj19
1 files changed, 13 insertions, 6 deletions
diff --git a/chat/icb/patches/patch-aj b/chat/icb/patches/patch-aj
index 12a50b2e95a..7998f8ce13a 100644
--- a/chat/icb/patches/patch-aj
+++ b/chat/icb/patches/patch-aj
@@ -1,9 +1,16 @@
-$NetBSD: patch-aj,v 1.1.1.1 2000/12/15 00:36:38 wiz Exp $
+$NetBSD: patch-aj,v 1.2 2003/11/13 20:59:53 tron Exp $
-diff -x *.orig -urN ./icb/strings.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c
---- ./icb/strings.c Fri Feb 24 22:20:30 1995
-+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c Fri Nov 26 22:56:28 1999
-@@ -333,6 +333,7 @@
+--- icb/strings.c.orig 1995-02-24 22:20:30.000000000 +0100
++++ icb/strings.c 2003-11-13 21:57:35.000000000 +0100
+@@ -3,7 +3,6 @@
+
+ #include "icb.h"
+ #include "externs.h"
+-#include <varargs.h>
+
+ extern char *charmap;
+
+@@ -333,6 +332,7 @@
/* cat multiple strings into one */
/* call with strscat(dest, src, src, ...) */
@@ -11,7 +18,7 @@ diff -x *.orig -urN ./icb/strings.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-
char *
strscat(va_alist)
va_dcl
-@@ -357,6 +358,7 @@
+@@ -357,6 +357,7 @@
*dest = '\0';
return(dest);
}