diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-08 17:03:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-08 17:03:16 +0000 |
commit | a58b43438930e44da417df894369c534c8727857 (patch) | |
tree | 2b489f7e52af51b17e1eccbfa3288c41d54aaf23 /lang/gpc | |
parent | 1f9139b91db270a53b8eddea574ee5e8972e0438 (diff) | |
download | pkgsrc-a58b43438930e44da417df894369c534c8727857.tar.gz |
Too ancient a source for amd64.
Diffstat (limited to 'lang/gpc')
-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 |