diff options
author | jhale <jhale@FreeBSD.org> | 2018-11-01 07:36:03 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-11-01 07:36:03 +0800 |
commit | d17b7e72764690af054f09f9b71bb39cbefe318a (patch) | |
tree | ee84652b290fb47d620bcf745232f8abfcbeda02 | |
parent | bea893ac0dcea998cd80f85b12556f7ceacee89d (diff) | |
download | freebsd-ports-gnome-d17b7e72764690af054f09f9b71bb39cbefe318a.tar.gz freebsd-ports-gnome-d17b7e72764690af054f09f9b71bb39cbefe318a.tar.zst freebsd-ports-gnome-d17b7e72764690af054f09f9b71bb39cbefe318a.zip |
security/cryptopp: Fix linking with net-p2p/amule on powerpc64
PR: 232873
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud
-rw-r--r-- | security/cryptopp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 73700d87bba6..5bc157bce857 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -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 |