From 108017c5393fc122ddf413eabb06209a1c0e5c60 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Feb 2010 16:41:46 +0000 Subject: Mark as generally not 64bit safe. Assumes int32 ~= void *. --- lang/pforth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3