From cf798e750a0b7c82dda02f440a375967426bfe84 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 24 Mar 2002 11:44:40 +0000 Subject: Let machine/ansi.h know not to play glibc for us. --- lang/gcc28/files/patch-22 | 5 +++-- lang/gcc28/files/patch-23 | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 lang/gcc28/files/patch-23 (limited to 'lang/gcc28') diff --git a/lang/gcc28/files/patch-22 b/lang/gcc28/files/patch-22 index d7c6c1d..0c54061 100644 --- a/lang/gcc28/files/patch-22 +++ b/lang/gcc28/files/patch-22 @@ -1,11 +1,12 @@ --- ginclude/stddef.h.orig Mon Oct 28 04:35:28 1996 -+++ ginclude/stddef.h Tue Aug 11 13:26:05 1998 -@@ -24,7 +24,7 @@ ++++ ginclude/stddef.h Sun Mar 24 03:26:25 2002 +@@ -24,7 +24,8 @@ /* On 4.3bsd-net2, make sure ansi.h is included, so we have one less case to deal with in the following. */ -#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) +#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__) ++#define __NO_GNUC_VA_LIST #include #endif diff --git a/lang/gcc28/files/patch-23 b/lang/gcc28/files/patch-23 new file mode 100644 index 0000000..c371cb3 --- /dev/null +++ b/lang/gcc28/files/patch-23 @@ -0,0 +1,8 @@ +--- sys-types.h.orig Wed Oct 9 04:26:35 1996 ++++ sys-types.h Sun Mar 24 03:35:27 2002 +@@ -83,4 +83,5 @@ + union wait; + ++#define __NO_GNUC_VA_LIST /* defines __gnuc_va_list */ + /* Get size_t and wchar_t. */ + #include -- cgit v1.1