aboutsummaryrefslogtreecommitdiff
path: root/net/tridiavnc
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-10-13 02:53:50 +0000
committerCy Schubert <cy@FreeBSD.org>2011-10-13 02:53:50 +0000
commit7869aba47ef7d9c988ae0fc5c1b7fb775d411101 (patch)
tree404638cfe62c549dee994a38e61c6a6434e521a6 /net/tridiavnc
parent9334c6ba75beca61207d4ef316d9ac8c54859e21 (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/Makefile1
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