svn commit: r425256 - head/security/cryptopp

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 16:33:02 UTC 2016


Author: linimon
Date: Thu Nov  3 16:33:00 2016
New Revision: 425256
URL: https://svnweb.freebsd.org/changeset/ports/425256

Log:
  Now builds on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/cryptopp/Makefile

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Thu Nov  3 16:31:15 2016	(r425255)
+++ head/security/cryptopp/Makefile	Thu Nov  3 16:33:00 2016	(r425256)
@@ -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>


More information about the svn-ports-all mailing list