diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-11-29 14:24:42 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-11-29 14:25:23 +0100 |
commit | d9fdc154795062917c3cec8476a0c7dfe76272da (patch) | |
tree | 4bf602f525a7ed29c65b4c060f64e35805732f4e /profiles/prefix/darwin/macos | |
parent | www-apps/nextcloud: 14.0.4, 13.0.8, 12.0.13 bumps (diff) | |
download | gentoo-d9fdc154795062917c3cec8476a0c7dfe76272da.tar.gz gentoo-d9fdc154795062917c3cec8476a0c7dfe76272da.tar.bz2 gentoo-d9fdc154795062917c3cec8476a0c7dfe76272da.zip |
profiles/prefix/darwin/macos: fix libgcrypt compilation when using Clang
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin/macos')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/package.use.force | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x86/package.use.force | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.force b/profiles/prefix/darwin/macos/arch/x64/package.use.force index 84034d863e33..ef8f6e2272cd 100644 --- a/profiles/prefix/darwin/macos/arch/x64/package.use.force +++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (29 Nov 2018) +# libgcrypt relies on GCC pragma to disable optimisation, but we use Clang +dev-libs/libgcrypt o-flag-munging + # Fabian Groffen <grobian@gentoo.org> (20 Dec 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_X86 diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.force b/profiles/prefix/darwin/macos/arch/x86/package.use.force index 84034d863e33..ef8f6e2272cd 100644 --- a/profiles/prefix/darwin/macos/arch/x86/package.use.force +++ b/profiles/prefix/darwin/macos/arch/x86/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (29 Nov 2018) +# libgcrypt relies on GCC pragma to disable optimisation, but we use Clang +dev-libs/libgcrypt o-flag-munging + # Fabian Groffen <grobian@gentoo.org> (20 Dec 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_X86 |