diff options
author | dholland <dholland> | 2012-01-03 02:07:38 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-01-03 02:07:38 +0000 |
commit | 0ec22b71dfbf1557039afa8d96db4da2a85d04a0 (patch) | |
tree | 317abe328f9abc14132533f936f5ab076b8671d9 /emulators | |
parent | c4933c37de0f633223b2db3d09b36885d197f773 (diff) | |
download | pkgsrc-0ec22b71dfbf1557039afa8d96db4da2a85d04a0.tar.gz |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |