diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 736d6b809f9..c6ae628911a 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/02/22 19:01:20 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/01/08 17:03:16 joerg Exp $ DISTNAME= gpc-2.1 PKGREVISION= 5 @@ -17,7 +17,7 @@ PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed -NOT_FOR_PLATFORM+= Interix-*-* +NOT_FOR_PLATFORM+= Interix-*-* *-*-x86_64 WRKSRC= ${WRKDIR}/gcc-2.95.3 USE_TOOLS+= gmake |