pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/pforth Mark as generally not 64bit safe. Assumes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b66c4549617
branches:  trunk
changeset: 571716:7b66c4549617
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 15 16:41:46 2010 +0000

description:
Mark as generally not 64bit safe. Assumes int32 ~= void *.

diffstat:

 lang/pforth/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ee47646ce25 -r 7b66c4549617 lang/pforth/Makefile
--- a/lang/pforth/Makefile      Mon Feb 15 16:38:15 2010 +0000
+++ b/lang/pforth/Makefile      Mon Feb 15 16:41:46 2010 +0000
@@ -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 @@
 USE_LANGUAGES=         c++
 USE_TOOLS+=            gmake
 
-NOT_FOR_PLATFORM=      *-*-alpha  #segfaults when running ./pforth during build
+NOT_FOR_PLATFORM=      ${LP64PLATFORMS}
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index