From 040b2cb49ddf7694b5dc0364a792c5ecc652044d Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 8 Oct 2016 11:08:08 +0300 Subject: [PATCH] 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 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 } -- 2.26.2