diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:39:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:39:43 +0000 |
commit | a799df6e740b591186363123f5ae77631476250f (patch) | |
tree | f0ca7d66b9c2551089568c798459c0101d121568 /security/cryptopp/Makefile | |
parent | 35c4c58e993de2a16e04e7a207c3faabacf332cf (diff) | |
download | ports-a799df6e740b591186363123f5ae77631476250f.tar.gz ports-a799df6e740b591186363123f5ae77631476250f.zip |
Notes
Diffstat (limited to 'security/cryptopp/Makefile')
-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> |