diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-08 11:08:08 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-08 11:10:12 +0300 |
commit | 040b2cb49ddf7694b5dc0364a792c5ecc652044d (patch) | |
tree | 008ca1a6adfb6014e4d0e49db40b04abde2d8fd7 /dev-libs/crypto++ | |
parent | dev-libs/crypto++: fix symlink/directory collision for update (diff) | |
download | gentoo-040b2cb49ddf7694b5dc0364a792c5ecc652044d.tar.gz gentoo-040b2cb49ddf7694b5dc0364a792c5ecc652044d.tar.bz2 gentoo-040b2cb49ddf7694b5dc0364a792c5ecc652044d.zip |
dev-libs/crypto++: adjust darwin to new build
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/crypto++')
-rw-r--r-- | dev-libs/crypto++/crypto++-5.6.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild index b21a0040628f..81b727a5f911 100644 --- a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild +++ b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild @@ -38,7 +38,7 @@ src_compile() { # higher optimizations cause problems replace-flags -O3 -O2 # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS - [[ ${CHOST} == *-darwin* ]] && append-flags -DCRYPTOPP_DISABLE_X86ASM + [[ ${CHOST} == *-darwin* ]] && append-cxxflags -DCRYPTOPP_DISABLE_ASM emake -f GNUmakefile all shared } |