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 .
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to