1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2011-08-10 08:56:50 +00:00
parent 8560906cb1
commit 1a8346ead8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279391

View File

@ -32,4 +32,10 @@ post-patch:
post-install:
${STRIP_CMD} ${PREFIX}/lib/libmird.so.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>