diff options
author | bms <bms@FreeBSD.org> | 2006-11-05 16:53:21 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2006-11-05 16:53:21 +0800 |
commit | 920ccecd0dbdac288b54418aa2375c290e6f1c25 (patch) | |
tree | ea2191db4364676c51ccab5351e5714a219413a2 /net | |
parent | fae6d85bd92d46aa5a990487a00fa52be420006c (diff) | |
download | freebsd-ports-gnome-920ccecd0dbdac288b54418aa2375c290e6f1c25.tar.gz freebsd-ports-gnome-920ccecd0dbdac288b54418aa2375c290e6f1c25.tar.zst freebsd-ports-gnome-920ccecd0dbdac288b54418aa2375c290e6f1c25.zip |
Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.
Diffstat (limited to 'net')
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index bee5b6cd5e3f..3b3719de9a2d 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -51,8 +51,8 @@ pre-everything:: .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= Does not compile on ia64 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif XORP_GROUP= xorp |