summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta Satoh <nigoro.dev@gmail.com>2016-09-24 19:55:18 +0900
committerAlexis Ballier <aballier@gentoo.org>2016-09-26 12:38:58 +0200
commit129914212970a890f3eae56543a17cd4f619cbcf (patch)
tree260e39289ebc8b0a24f81d8214a0e057ed35cfb7
parentsys-libs/libcxxrt: Add missing MULTILIB_USEDEP, bug 594032 (diff)
downloadgentoo-12991421.tar.gz
gentoo-12991421.tar.bz2
gentoo-12991421.zip
profiles/arch/amd64-fbsd/clang: mask sys-libs/db[cxx] flag
https://bugs.gentoo.org/show_bug.cgi?id=578506
-rw-r--r--profiles/arch/amd64-fbsd/clang/package.use.mask6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask
index 7517352b0782..bd152c94b842 100644
--- a/profiles/arch/amd64-fbsd/clang/package.use.mask
+++ b/profiles/arch/amd64-fbsd/clang/package.use.mask
@@ -5,7 +5,7 @@
# Build libcxxrt over libgcc_s since that is what clang defaults to.
sys-libs/libcxxrt libunwind
-# Needs to be fixed: cxx useflag enables plugins and gold.
+# Needs to be fixed: cxx useflag enables plugins and gold.
# gold fails to build with clang:
# https://bugs.gentoo.org/show_bug.cgi?id=427344
# http://llvm.org/bugs/show_bug.cgi?id=12299
@@ -14,3 +14,7 @@ sys-devel/binutils cxx
# 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 curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl
+
+# Needs to be fixed: build fails with clang++
+# https://bugs.gentoo.org/show_bug.cgi?id=578506
+sys-libs/db cxx