diff options
author | dholland <dholland> | 2012-01-03 00:51:10 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-01-03 00:51:10 +0000 |
commit | 09edf220c9e06ebcb0c753131311d01203c6bca5 (patch) | |
tree | f1e44b08cbb82b6d2257a4570ba7291f65b635c2 /emulators | |
parent | b1ff47e065347ed73701108f756475aeaebe629c (diff) | |
download | pkgsrc-09edf220c9e06ebcb0c753131311d01203c6bca5.tar.gz |
This package doesn't build on amd64 because there's absolutely zero
support for it. There is ostensibly alpha support so it might be
possible to make it work (although the number of cast warnings I see
makes me dubious) but it certainly isn't going to get fixed anytime
soon.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 0e79abbeb96..a802fb32765 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2011/03/15 11:30:05 obache Exp $ +# $NetBSD: Makefile,v 1.32 2012/01/03 00:51:10 dholland Exp $ # DISTNAME= twin-src-3.1.14 @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --disable-debugger MAKE_JOBS_SAFE= no +NOT_FOR_PLATFORM= *-*-x86_64 + INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} INSTALLATION_DIRS+= share/doc/twin |