chromium-28.0.1500.71 build failed on a system without base gcc

Andriy Gapon avg at FreeBSD.org
Sun Aug 4 12:56:49 UTC 2013


on 04/08/2013 15:10 George Liaskos said the following:
> 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 .

Thank you very much!  This has helped.

-- 
Andriy Gapon


More information about the freebsd-ports mailing list