pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc This package (gcc 2.95) doesn't build on NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47361cda4156
branches:  trunk
changeset: 637320:47361cda4156
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 27 04:04:44 2014 +0000

description:
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:

 lang/gcc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7a222ffc373c -r 47361cda4156 lang/gcc/Makefile
--- a/lang/gcc/Makefile Sun Jul 27 00:05:02 2014 +0000
+++ b/lang/gcc/Makefile Sun Jul 27 04:04:44 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index