1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2011-07-16 05:40:24 +00:00
parent a799df6e74
commit 802eca48b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277787
2 changed files with 14 additions and 2 deletions

View File

@ -37,4 +37,10 @@ post-install:
${CP} -p ${PREFIX}/etc/crtmpserver.lua.sample ${PREFIX}/etc/crtmpserver.lua ; \
fi
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>

View File

@ -27,4 +27,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>