diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 10:05:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 10:05:52 +0000 |
commit | 81b92a1095ccfbd1ef3b488d7f921af82a74ea71 (patch) | |
tree | 9f03e496d2cd4ceaee47e773ea283b73f283c37f /emulators | |
parent | cbd307447826cf521ea972fa2ddddb15937cb837 (diff) | |
download | pkgsrc-81b92a1095ccfbd1ef3b488d7f921af82a74ea71.tar.gz |
Broken on x86_64. Supposedly supports alpha, which is why this restriction
isn't all LP64PLATFORMS. Open question whether this package is worth fixing,
though.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index c660c257280..ae83159c86a 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/03 12:55:19 asau Exp $ +# $NetBSD: Makefile,v 1.34 2015/01/01 10:05:52 dholland Exp $ # DISTNAME= twin-src-3.1.14 @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-debugger MAKE_JOBS_SAFE= no -NOT_FOR_PLATFORM= *-*-x86_64 +BROKEN_ON_PLATFORM= *-*-x86_64 INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} |