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:
parent
c508bc2793
commit
c08fa86ad8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239700
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue