diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-08 10:41:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-08 10:41:57 +0000 |
commit | 1066fc65e8389da59bfdf4d0cc22f852f9c2bd4d (patch) | |
tree | a99e1bac4665b4a9703ee3a41376595f6f66e9ef /lang/pgcc/files/patch-aq | |
parent | Add xpm by popular demand. libXpm is quite frequently used by glibc2 based X (diff) |
Upgrade to version 2.95.1.
Notes
Notes:
svn path=/head/; revision=21397
Diffstat (limited to 'lang/pgcc/files/patch-aq')
-rw-r--r-- | lang/pgcc/files/patch-aq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/pgcc/files/patch-aq b/lang/pgcc/files/patch-aq new file mode 100644 index 000000000000..32f0788b5379 --- /dev/null +++ b/lang/pgcc/files/patch-aq @@ -0,0 +1,11 @@ +--- 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; |