diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-10-13 02:53:50 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-10-13 02:53:50 +0000 |
commit | 7869aba47ef7d9c988ae0fc5c1b7fb775d411101 (patch) | |
tree | 404638cfe62c549dee994a38e61c6a6434e521a6 /net/tridiavnc | |
parent | 9334c6ba75beca61207d4ef316d9ac8c54859e21 (diff) |
Fails to build on 64 bit platforms.
Discovered by: pointyhat
Notes
Notes:
svn path=/head/; revision=283453
Diffstat (limited to 'net/tridiavnc')
-rw-r--r-- | net/tridiavnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index ac0b34400db6..be6a218720f9 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -38,6 +38,7 @@ MAKE_ENV+= DESTDIR=${TRIDIAVNC_BASE} .include <bsd.port.pre.mk> .if ${ARCH} != i386 +BROKEN= Does not compile on ${MACHINE_ARCH} NO_XVNC= yes PLIST_SUB+= XVNC="@comment " .else |