Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/
Date: Sat, 08 Oct 2016 08:10:52
Message-Id: 1475914212.040b2cb49ddf7694b5dc0364a792c5ecc652044d.alonbl@gentoo
1 commit: 040b2cb49ddf7694b5dc0364a792c5ecc652044d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 08:08:08 2016 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 08:10:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b2cb4
7
8 dev-libs/crypto++: adjust darwin to new build
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/crypto++/crypto++-5.6.4-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild
16 index b21a004..81b727a 100644
17 --- a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild
18 +++ b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild
19 @@ -38,7 +38,7 @@ src_compile() {
20 # higher optimizations cause problems
21 replace-flags -O3 -O2
22 # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS
23 - [[ ${CHOST} == *-darwin* ]] && append-flags -DCRYPTOPP_DISABLE_X86ASM
24 + [[ ${CHOST} == *-darwin* ]] && append-cxxflags -DCRYPTOPP_DISABLE_ASM
25
26 emake -f GNUmakefile all shared
27 }