1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Does not compile on sparc64: unrecognized C++ options.

This commit is contained in:
Mark Linimon 2011-07-16 05:39:43 +00:00
parent 35c4c58e99
commit a799df6e74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277786

View File

@ -41,4 +41,10 @@ do-install:
${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: unrecognized C++ options
.endif
.include <bsd.port.post.mk>