summaryrefslogtreecommitdiff
path: root/lang/pgcc/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pgcc/files/patch-aq')
-rw-r--r--lang/pgcc/files/patch-aq11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/pgcc/files/patch-aq b/lang/pgcc/files/patch-aq
deleted file mode 100644
index 32f0788b5379..000000000000
--- a/lang/pgcc/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;