summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-09-16 12:12:37 -0400
committerMike Gilbert <floppym@gentoo.org>2018-09-16 12:15:00 -0400
commitf6a9f9d92d39f54d31aee3084e20ec177ace1404 (patch)
tree8a78301a5939267d01da011291837b6595b2c64b /www-client/chromium
parentwww-client/chromium: beta channel bump (70.0.3538.16) (diff)
downloadgentoo-f6a9f9d92d39f54d31aee3084e20ec177ace1404.tar.gz
gentoo-f6a9f9d92d39f54d31aee3084e20ec177ace1404.tar.bz2
gentoo-f6a9f9d92d39f54d31aee3084e20ec177ace1404.zip
www-client/chromium: force clang again for M69
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48
Diffstat (limited to 'www-client/chromium')
-rw-r--r--www-client/chromium/chromium-69.0.3497.92.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/www-client/chromium/chromium-69.0.3497.92.ebuild b/www-client/chromium/chromium-69.0.3497.92.ebuild
index ad1ac0602a93..b214b6ae612e 100644
--- a/www-client/chromium/chromium-69.0.3497.92.ebuild
+++ b/www-client/chromium/chromium-69.0.3497.92.ebuild
@@ -101,6 +101,7 @@ DEPEND="${COMMON_DEPEND}
sys-apps/hwids[usb(+)]
>=sys-devel/bison-2.4.3
sys-devel/flex
+ >=sys-devel/clang-5
virtual/pkgconfig
dev-vcs/git
"
@@ -370,12 +371,12 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
- #if ! tc-is-clang; then
- # # Force clang since gcc is pretty broken at the moment.
- # CC=${CHOST}-clang
- # CXX=${CHOST}-clang++
- # strip-unsupported-flags
- #fi
+ if ! tc-is-clang; then
+ # Force clang since gcc is pretty broken at the moment.
+ CC=${CHOST}-clang
+ CXX=${CHOST}-clang++
+ strip-unsupported-flags
+ fi
if tc-is-clang; then
myconf_gn+=" is_clang=true clang_use_chrome_plugins=false"