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.
This commit is contained in:
parent
95bd5e10a6
commit
bc73790388
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue