Now builds on sparc64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-11-03 16:33:00 +00:00
parent 829a6b36ad
commit 74d0a0ba36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425256

View File

@ -66,8 +66,8 @@ do-install:
${CP} ${WRKSRC}/Readme.txt ${STAGEDIR}${PREFIX}/share/doc/cryptopp/README
${CP} ${WRKSRC}/License.txt ${STAGEDIR}${PREFIX}/share/doc/cryptopp/License
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: unrecognized C++ options
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on ${ARCH}: unrecognized C++ options
.endif
.include <bsd.port.mk>