aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc28
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-17 12:03:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-17 12:03:59 +0000
commitb8ad016acfaba7aae35ace461af18267dc257b87 (patch)
tree95a60b254db374460da1cfb50a1371e9f20f7cd1 /lang/gcc28
parent91725b1bbcc7b9cf00817b25a98b410376170344 (diff)
downloadports-b8ad016acfaba7aae35ace461af18267dc257b87.tar.gz
ports-b8ad016acfaba7aae35ace461af18267dc257b87.zip
Notes
Diffstat (limited to 'lang/gcc28')
-rw-r--r--lang/gcc28/Makefile4
-rw-r--r--lang/gcc28/files/patch-2410
2 files changed, 12 insertions, 2 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index e0de85b29854..263c5b4749b0 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -8,12 +8,12 @@
PORTNAME= gcc
PORTVERSION= 2.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcc
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mjl@luckie.org.nz
COMMENT= GNU Compiler Collection 2.8
NOT_FOR_ARCHS= amd64 sparc64 ia64
diff --git a/lang/gcc28/files/patch-24 b/lang/gcc28/files/patch-24
new file mode 100644
index 000000000000..ea4d03aabe8f
--- /dev/null
+++ b/lang/gcc28/files/patch-24
@@ -0,0 +1,10 @@
+--- protoize.c.orig Fri Feb 27 01:39:03 1998
++++ protoize.c Wed Aug 17 21:22:15 2005
+@@ -57,6 +57,7 @@
+ #define _POSIX_SOURCE
+ #endif
+
++#include <sys/cdefs.h>
+ #include <varargs.h>
+ /* On some systems stdio.h includes stdarg.h;
+ we must bring in varargs.h first. */