From 0ec22b71dfbf1557039afa8d96db4da2a85d04a0 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 3 Jan 2012 02:07:38 +0000 Subject: Mark this NOT_FOR 64-bit platforms, as it seems to not draw a clear distinction between host and guest addresses and 64-bit host addresses give it fits. If anyone wants to try making it work, let me know as I have partial patches. --- emulators/palmosemulator/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 1d415521794..77b090c1d9f 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2011/01/13 13:37:35 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2012/01/03 02:07:38 dholland Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -16,6 +16,8 @@ COMMENT= Palm OS Emulator PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM= ${LP64PLATFORMS} + POSE_VERSION= 3.5 DIST_SUBDIR= ${PKGBASE} -- cgit v1.2.3