diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 10:08:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 10:08:13 +0000 |
commit | d96473c1ed920f476a35531bd839b7d73c86e3c0 (patch) | |
tree | 26c3b62a858911555fd73e1847a39186fa2760e0 /emulators | |
parent | 81b92a1095ccfbd1ef3b488d7f921af82a74ea71 (diff) | |
download | pkgsrc-d96473c1ed920f476a35531bd839b7d73c86e3c0.tar.gz |
Mark this broken on all LP64PLATFORMS, not just alpha. If it actually
works for you, let me know. (I haven't tried, just systematizing what's
already here.)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xcopilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 568ca7032db..f753e173450 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/23 10:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/01/01 10:08:13 dholland Exp $ # DISTNAME= xcopilot-0.6.6 @@ -12,7 +12,7 @@ COMMENT= PalmPilot emulator for X MAKE_JOBS_SAFE= no -NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} # suspected LP64 bugs GNU_CONFIGURE= YES |