aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-03 16:33:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-03 16:33:00 +0000
commit74d0a0ba36d58372e91f3adb01caf34d66976fcd (patch)
tree88182886eabc6913fc34e7772bb2b35a303fa7ad /security/cryptopp
parent829a6b36ad9004e4fe7bbbe357b379422fa89103 (diff)
downloadports-74d0a0ba36d58372e91f3adb01caf34d66976fcd.tar.gz
ports-74d0a0ba36d58372e91f3adb01caf34d66976fcd.zip
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=425256
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index ac3606f4d8a0..a4290b4fb63c 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -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>