svn commit: r483628 - head/security/cryptopp

Jason E. Hale jhale at FreeBSD.org
Wed Oct 31 23:36:05 UTC 2018


Author: jhale
Date: Wed Oct 31 23:36:03 2018
New Revision: 483628
URL: https://svnweb.freebsd.org/changeset/ports/483628

Log:
  security/cryptopp: Fix linking with net-p2p/amule on powerpc64
  
  PR:		232873
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Sponsored by:	IntegriCloud

Modified:
  head/security/cryptopp/Makefile

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Wed Oct 31 23:32:08 2018	(r483627)
+++ head/security/cryptopp/Makefile	Wed Oct 31 23:36:03 2018	(r483628)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 
 BROKEN_powerpc=	does not compile; unrecognized C++ options
 
-USES=		cpe gmake zip
+USES=		cpe compiler:c++11-lang gmake zip
 USE_LDCONFIG=	yes
 CPE_PRODUCT=	crypto++
 CPE_VENDOR=	cryptopp


More information about the svn-ports-all mailing list