From f2ec19ce50a05dfb21761bb9dc531cdf9f7197cb Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 31 Oct 2011 11:55:51 +0000 Subject: allow this to build on NetBSD-*-x86_64 I didn't check the others. We should make consider just removing all these ONLY_FOR_PLATFORM restrictions and just make the description or a +DISPLAY message clear on what is supported. cVS: ---------------------------------------------------------------------- --- lang/pcc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/pcc') diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index c2377872844..5c8da8061a2 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/10 10:46:45 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2011/10/31 11:55:51 reed Exp $ DISTNAME= pcc-1.0.0 CATEGORIES= lang @@ -14,6 +14,7 @@ COMMENT= Portable C compiler ONLY_FOR_PLATFORM= NetBSD-*-arm* NetBSD-*-i386 NetBSD-*-mips* \ NetBSD-*-powerpc NetBSD-*-sparc64 NetBSD-*-vax \ + NetBSD-*-x86_64 \ OpenBSD-*-i386 OpenBSD-*-vax \ OpenBSD-*-powerpc OpenBSD-*-sparc64 \ DragonFly-*-i386 \ -- cgit v1.2.3