1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Mark as broken on sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-04 06:03:54 +00:00
parent 9cde1e9621
commit 5208dca85e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252182

View File

@ -37,4 +37,10 @@ MAN1= gcpio.1
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: invalid use of stat macro
.endif
.include <bsd.port.post.mk>