summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-aq
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-30 11:39:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-30 11:39:26 +0000
commitb3a3e327ec35fa4a4f68fdee430c1756ddfe5ba0 (patch)
treee7f6814cd55c1325b119d187488949134d445431 /lang/egcs/files/patch-aq
parentUpdated editors/xemacs-wp-packages 1.1 -> 1.2. Following xemacs' packages have (diff)
This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used.
Notes
Notes: svn path=/head/; revision=35534
Diffstat (limited to 'lang/egcs/files/patch-aq')
-rw-r--r--lang/egcs/files/patch-aq11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/egcs/files/patch-aq b/lang/egcs/files/patch-aq
deleted file mode 100644
index 32f0788b5379..000000000000
--- a/lang/egcs/files/patch-aq
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/ginclude/stdarg.h.orig Fri May 7 18:52:35 1999
-+++ gcc/ginclude/stdarg.h Wed Jun 23 16:38:00 1999
-@@ -67,7 +67,7 @@
-
- #ifndef __GNUC_VA_LIST
- #define __GNUC_VA_LIST
--#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__)
-+#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__) || defined(__FreeBSD__)
- typedef char *__gnuc_va_list;
- #else
- typedef void *__gnuc_va_list;