[PC-BSD Commits] r19759 - pbi/modules/www/chromium
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 23:20:04 PDT 2012
Author: kris
Date: 2012-10-18 06:20:04 +0000 (Thu, 18 Oct 2012)
New Revision: 19759
Modified:
pbi/modules/www/chromium/pbi.conf
Log:
Update chromium PBI to use CLANG, since it should build on 9.0 and higher
now, and avoid the gcc bloat
Modified: pbi/modules/www/chromium/pbi.conf
===================================================================
--- pbi/modules/www/chromium/pbi.conf 2012-10-18 05:54:25 UTC (rev 19758)
+++ pbi/modules/www/chromium/pbi.conf 2012-10-18 06:20:04 UTC (rev 19759)
@@ -22,16 +22,14 @@
PBI_MAKEPORT="www/chromium"
# Additional options for make.conf
-PBI_MAKEOPTS="PACKAGE_BUILDING=Y
-WITH_CUPS=yes
-WITH_CODECS=yes"
+PBI_MAKEOPTS="chromium_SET=CUPS CODECS CLANG"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="security/nss"
# Set build key
-PBI_BUILDKEY="06"
+PBI_BUILDKEY="07"
# Set the build priority
PBI_AB_PRIORITY="50"
More information about the Commits
mailing list