diff options
author | wiz <wiz> | 2002-01-10 14:07:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-10 14:07:07 +0000 |
commit | e91c6c3aa2ff62ad03cdfb653c6e08caf413a19f (patch) | |
tree | 8de746274d46be160169ed9a1f945e7427b2b1de | |
parent | ef7dd7de82e92275e3f30d39f7c7cae7392c5646 (diff) | |
download | pkgsrc-e91c6c3aa2ff62ad03cdfb653c6e08caf413a19f.tar.gz |
Mark as broken, because it hasn't been kept in sync when gcc was updated
to 2.95.3, but was sharing patches.
-rw-r--r-- | lang/pgcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index ffba656ff50..4e089a3557b 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/11/01 09:41:13 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/10 14:07:07 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -15,6 +15,8 @@ COMMENT= Pentium GNU Compiler Collection BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +BROKEN= "Has not been updated to gcc-2.95.3 yet." + # 'Pentium GCC' is optimized for the Intel Pentium processor, but should # work on all platforms on which GCC works. ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ |