Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475294 | Differences between
and this patch

Collapse All | Expand All

(-)profiles.orig/default/bsd/fbsd/amd64/9.1/clang/make.defaults (+2 lines)
Lines 6-8 Link Here
6
CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
6
CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
7
FFLAGS="${CFLAGS}"
7
FFLAGS="${CFLAGS}"
8
FCFLAGS="${CFLAGS}"
8
FCFLAGS="${CFLAGS}"
9
10
USE_EXPAND_HIDDEN="-ABI_X86"
(-)profiles.orig/default/bsd/fbsd/amd64/9.1/clang/package.use.force (-2 / +2 lines)
Lines 7-14 Link Here
7
7
8
# Force static libs on the C++ stack so that static linking has a chance to
8
# Force static libs on the C++ stack so that static linking has a chance to
9
# work.
9
# work.
10
sys-libs/libcxxrt static-libs
10
sys-libs/libcxxrt static-libs abi_x86_32
11
sys-libs/libcxx static-libs
11
sys-libs/libcxx static-libs abi_x86_32
12
12
13
# Force openssl on curl since cmakes needs it and is in @system because of
13
# Force openssl on curl since cmakes needs it and is in @system because of
14
# libcxx on this profile. Mask the other ssl providers.
14
# libcxx on this profile. Mask the other ssl providers.
(-)profiles.orig/default/bsd/fbsd/amd64/9.1/clang/use.force (+1 lines)
Line 0 Link Here
1
abi_x86_64
(-)profiles.orig/default/bsd/fbsd/amd64/9.1/clang/use.mask (+2 lines)
Line 0 Link Here
1
-abi_x86_32
2
-abi_x86_64

Return to bug 475294