summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-15 16:41:46 +0000
committerjoerg <joerg>2010-02-15 16:41:46 +0000
commit8d8078d1958ef8526762fd8fbfc7163a10700e88 (patch)
tree0e36f0d329ecd32ddd05eb9db55493329371b9fa /lang
parent629fc620afbeda93aac0e9213e2adc8f3b019207 (diff)
downloadpkgsrc-8d8078d1958ef8526762fd8fbfc7163a10700e88.tar.gz
Mark as generally not 64bit safe. Assumes int32 ~= void *.
Diffstat (limited to 'lang')
-rw-r--r--lang/pforth/Makefile4
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