chromium-28.0.1500.71 build failed on a system without base gcc
George Liaskos
geo.liaskos at gmail.com
Sun Aug 4 12:10:49 UTC 2013
Try this,
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index af1fd1b..dab973d 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -192,7 +192,7 @@ post-patch:
${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb
do-configure:
- cd ${WRKSRC} && \
+ cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \
GYP_DEFINES="${GYP_DEFINES}" ${PYTHON_CMD} \
./build/gyp_chromium chrome/chrome.gyp --depth .
More information about the freebsd-chromium
mailing list