mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/crypto++: adjust darwin to new build
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user