summaryrefslogtreecommitdiffstats
path: root/lang/gcc28
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-24 11:44:40 +0000
committerobrien <obrien@FreeBSD.org>2002-03-24 11:44:40 +0000
commitcf798e750a0b7c82dda02f440a375967426bfe84 (patch)
treeecbb94e01960daaef9fae5a2c3840ce7f0118b9e /lang/gcc28
parenta5e832cf20ab60c4818cccc06c47ac825df9adbb (diff)
downloadFreeBSD-ports-cf798e750a0b7c82dda02f440a375967426bfe84.zip
FreeBSD-ports-cf798e750a0b7c82dda02f440a375967426bfe84.tar.gz
Let machine/ansi.h know not to play glibc for us.
Diffstat (limited to 'lang/gcc28')
-rw-r--r--lang/gcc28/files/patch-225
-rw-r--r--lang/gcc28/files/patch-238
2 files changed, 11 insertions, 2 deletions
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 <machine/ansi.h>
#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 /* <machine/ansi.h> defines __gnuc_va_list */
+ /* Get size_t and wchar_t. */
+ #include <stddef.h>
OpenPOWER on IntegriCloud