aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:39:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:39:43 +0000
commita799df6e740b591186363123f5ae77631476250f (patch)
treef0ca7d66b9c2551089568c798459c0101d121568 /security/cryptopp
parent35c4c58e993de2a16e04e7a207c3faabacf332cf (diff)
downloadports-a799df6e740b591186363123f5ae77631476250f.tar.gz
ports-a799df6e740b591186363123f5ae77631476250f.zip
Does not compile on sparc64: unrecognized C++ options.
Notes
Notes: svn path=/head/; revision=277786
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile8
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>