diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/cryptopp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 8fb65878fc13..3e21a5ce7df0 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -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> |