commit: 040b2cb49ddf7694b5dc0364a792c5ecc652044d
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 08:08:08 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 08:10:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b2cb4
dev-libs/crypto++: adjust darwin to new build
Package-Manager: portage-2.3.0
dev-libs/crypto++/crypto++-5.6.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild
b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild
index b21a004..81b727a 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
}