From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 12:56:49 2013 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CC173A7; Sun, 4 Aug 2013 12:56:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5914027C9; Sun, 4 Aug 2013 12:56:47 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA09048; Sun, 04 Aug 2013 15:56:45 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V5xrY-000ALQ-Pk; Sun, 04 Aug 2013 15:56:44 +0300 Message-ID: <51FE4F54.2040601@FreeBSD.org> Date: Sun, 04 Aug 2013 15:55:48 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: George Liaskos Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: chromium@FreeBSD.org, FreeBSD Ports X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 12:56:49 -0000 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