summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authordholland <dholland>2014-07-27 04:04:44 +0000
committerdholland <dholland>2014-07-27 04:04:44 +0000
commit7e6c2977e78effe07acecda0c81a8937737e61d6 (patch)
tree62e3f283dbdd5faf3d8be3a8999157b5cf1e01a6 /lang/gcc
parent0f012ac66bd05017b10fe3bd0334e5214fb59353 (diff)
downloadpkgsrc-7e6c2977e78effe07acecda0c81a8937737e61d6.tar.gz
This package (gcc 2.95) doesn't build on NetBSD-6 and up, because the
support for non-compiler-builtin (pre-gcc3) stdarg.h was removed. Mark the package accordingly instead of having it fail in every build.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 12386805226..576d770624e 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2013/04/06 20:27:22 rodent Exp $
+# $NetBSD: Makefile,v 1.98 2014/07/27 04:04:44 dholland Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 7
@@ -16,6 +16,7 @@ HOMEPAGE= http://gcc.gnu.org/
COMMENT= GNU Compiler Collection, version 2
NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-*
+NOT_FOR_PLATFORM+= NetBSD-[6789]*-*
USE_TOOLS+= gmake bison
MAKEFLAGS+= GMAKE_LOCALE=no