1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Mark as broken on sparc64: thread-local storage not supported.

This commit is contained in:
Mark Linimon 2011-07-16 05:21:19 +00:00
parent b750c41295
commit ee1f35d72b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277768

View File

@ -21,4 +21,10 @@ CMAKE_USE_PTHREAD= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: thread-local storage not supported
.endif
.include <bsd.port.post.mk>