Date: Sun, 15 Jul 2012 23:56:20 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r300913 - head/www/chromium Message-ID: <201207152356.q6FNuK8I085500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jul 15 23:56:20 2012 New Revision: 300913 URL: http://svn.freebsd.org/changeset/ports/300913 Log: Disable clang plugins to fix the build with WITH_CLANG. PR: ports/169816 Submitted by: George Liaskos <geo.liaskos gmail com> Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Jul 15 23:54:52 2012 (r300912) +++ head/www/chromium/Makefile Sun Jul 15 23:56:20 2012 (r300913) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207152356.q6FNuK8I085500>