1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Now builds on sparc64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-11-03 16:03:20 +00:00
parent 8c33e9715e
commit 6dec4959d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425237

View File

@ -33,10 +33,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: TLS not supported
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>