svn commit: r300913 - head/www/chromium

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 15 23:56:21 UTC 2012


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 \



More information about the svn-ports-head mailing list