diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-15 16:41:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-15 16:41:46 +0000 |
commit | f897d5ea817b437bae9b81826b6e881e5108ba60 (patch) | |
tree | 0e36f0d329ecd32ddd05eb9db55493329371b9fa /lang/pforth | |
parent | bf498667b71c91483f0ac864b7e2f5716ba804b5 (diff) | |
download | pkgsrc-f897d5ea817b437bae9b81826b6e881e5108ba60.tar.gz |
Mark as generally not 64bit safe. Assumes int32 ~= void *.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index 44cb44deca1..ace417e41b1 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/08/29 18:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/02/15 16:41:46 joerg Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ USE_TOOLS+= gmake -NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build +NOT_FOR_PLATFORM= ${LP64PLATFORMS} INSTALLATION_DIRS= bin |