1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Mark as broken on sparc64: fails to link (pthread).

This commit is contained in:
Mark Linimon 2008-02-01 06:43:26 +00:00
parent 8111cde964
commit 7f27e38030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206543

View File

@ -60,4 +60,10 @@ post-install:
${MV} ${PREFIX}/bin/mixer ${PREFIX}/bin/cs_mixer
@${CAT} ${WRKDIR}/pkg-message
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Fails to link
.endif
.include <bsd.port.post.mk>