Mark as generally not 64bit safe. Assumes int32 ~= void *.
This commit is contained in:
parent
c4de2846e4
commit
9c0deadc74
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue