diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-24 03:05:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-24 03:05:31 +0000 |
commit | 4b87eee154e18604963de664ba2e6c70ec1d092f (patch) | |
tree | f9a7697aa34cd08117320ef8c560318310cfe671 /lang/pforth | |
parent | f25a793c056e008ae413381b4b4001152567b34a (diff) | |
download | pkgsrc-4b87eee154e18604963de664ba2e6c70ec1d092f.tar.gz |
mark as not for alpha (segfaults when running ./pforth during build)
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index d90133ca908..255a73cbc42 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/20 06:53:40 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/24 03:05:31 dmcmahill Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR} USE_GMAKE= YES MAKEFILE= ${WRKSRC}/makefile +NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build + post-extract: ${MKDIR} ${WRKSRC}/objects |