diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-07-16 07:56:20 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-07-16 07:56:20 +0800 |
commit | 64fc62206408870bfea58df8d126763d851582d1 (patch) | |
tree | 4bb2c6101edb4cf0b8868d91f2a67d4e5996e3d1 /www | |
parent | 04a0996ec6a4a7967624e525838634fe6f610248 (diff) | |
download | freebsd-ports-gnome-64fc62206408870bfea58df8d126763d851582d1.tar.gz freebsd-ports-gnome-64fc62206408870bfea58df8d126763d851582d1.tar.zst freebsd-ports-gnome-64fc62206408870bfea58df8d126763d851582d1.zip |
Disable clang plugins to fix the build with WITH_CLANG.
PR: ports/169816
Submitted by: George Liaskos <geo.liaskos gmail com>
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 62b0f52381ca..8f0e5554c159 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -69,6 +69,7 @@ GYP_DEFINES+= use_cups=1 \ linux_strip_binary=1 \ linux_use_tcmalloc=0 \ linux_use_heapchecker=0 \ + clang_use_chrome_plugins=0 \ disable_nacl=1 \ enable_webrtc=0 \ enable_openmax=1 \ |