diff options
author | tron <tron> | 2002-01-03 20:40:37 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-03 20:40:37 +0000 |
commit | 107fc143c5fdbd3f0adee8e50c8a15075d26f8ef (patch) | |
tree | 9dc18b003d982195dcbbd9ada399a486e2fed859 /lang/gcc/patches/patch-ci | |
parent | 733a0e6a4a46245a05578ca7b630b6c9fbcbc085 (diff) | |
download | pkgsrc-107fc143c5fdbd3f0adee8e50c8a15075d26f8ef.tar.gz |
Update "gcc" package to version 2.95.3. This is a bug fix release of
version 2.95.2. This package includes all changes to "gcc" from the
new toolchain in NetBSD-current. The only tested (and enabled) platform
is "NetBSD-*-i386" so far.
Diffstat (limited to 'lang/gcc/patches/patch-ci')
-rw-r--r-- | lang/gcc/patches/patch-ci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gcc/patches/patch-ci b/lang/gcc/patches/patch-ci new file mode 100644 index 00000000000..456188b59b5 --- /dev/null +++ b/lang/gcc/patches/patch-ci @@ -0,0 +1,12 @@ +$NetBSD: patch-ci,v 1.1 2002/01/03 20:40:51 tron Exp $ + +--- ../gcc-2.95.3/libobjc/objc/runtime.h.orig Wed Sep 30 10:17:56 1998 ++++ ../gcc-2.95.3/libobjc/objc/runtime.h Thu Jan 3 20:37:55 2002 +@@ -29,6 +29,7 @@ + #include <stdarg.h> /* for varargs and va_list's */ + + #include <stdio.h> ++#include <string.h> + #include <ctype.h> + + #include <stddef.h> /* so noone else will get system versions */ |