From 920ccecd0dbdac288b54418aa2375c290e6f1c25 Mon Sep 17 00:00:00 2001 From: bms Date: Sun, 5 Nov 2006 08:53:21 +0000 Subject: Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS. --- net/xorp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/xorp') 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 -.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 -- cgit