diff options
author | dholland <dholland> | 2015-01-01 10:05:52 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 10:05:52 +0000 |
commit | 10e490e4b123b21b7069957a06114c98942d33e6 (patch) | |
tree | 9f03e496d2cd4ceaee47e773ea283b73f283c37f /emulators/twin | |
parent | a07c9b7e14ea715245d6390ea6c8020a0cd72628 (diff) | |
download | pkgsrc-10e490e4b123b21b7069957a06114c98942d33e6.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/twin')
-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} |