Mark as broken on sparc64-8 due to duplicate definition of strlen.

Unclear if amd64-8 is affected as well.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-17 03:44:37 +00:00
parent c508bc2793
commit c08fa86ad8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239700

View file

@ -33,4 +33,10 @@ USE_LDCONFIG= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
BROKEN= Does not compile on sparc64-8: duplicate definition of strlen
.endif
.include <bsd.port.post.mk>