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 .
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to