Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.
This commit is contained in:
parent
d96a15f839
commit
81a785a096
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176447
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user