Date: Wed, 31 Oct 2018 23:36:04 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483628 - head/security/cryptopp Message-ID: <201810312336.w9VNa43R025282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810312336.w9VNa43R025282>