summaryrefslogtreecommitdiff
path: root/profiles/arch/amd64-fbsd/clang/package.use.force
blob: 36c6e4aadf9474756ea82321a695215d434a4cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Force building libc++ over libcxxrt.
sys-libs/libcxx libcxxrt

# Force static libs and multilib on the C++ stack.
sys-libs/libcxxrt static-libs abi_x86_32
sys-libs/libcxx static-libs abi_x86_32

# Force openssl on curl since cmakes needs it and is in @system because of
# libcxx on this profile. Mask the other ssl providers.
net-misc/curl ssl curl_ssl_openssl

# o-flag-munging is required to compile dev-libs/libgcrypt with clang.
# https://bugs.gentoo.org/629410
dev-libs/libgcrypt o-flag-munging