From owner-freebsd-office@FreeBSD.ORG Wed Dec 11 08:56:35 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 516D27A5 for ; Wed, 11 Dec 2013 08:56:35 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA1B51D6B for ; Wed, 11 Dec 2013 08:56:34 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id y10so6025418wgg.0 for ; Wed, 11 Dec 2013 00:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ETNWijX78fy7ZcwAbqkvSlaVdc7gnjyKBy13v3b4Hho=; b=ROOFeYpHKr+N2Wwt9nC6lkn3Hf9hepNFdNZAIfQI2Cey0QraPAECPui0qdcUDWn4sS 2XfRjkyzEAETImvtHHw3UkG0wvHrjr1o0Hx8VeK+3yNT9yE2J1kl8kMqyMMLo5+b6rcL Un91MqewhuCTQQDSzQCaPbJnXSkqyY9xlbx6kTomuOAhtm7dnKQdwbCR095hxVl8nSnJ 6rEtTEg9zY+FWPVg+CCRQ26279IH2gySpf7uIoY8ahwfECvz14bf/DBh1eva6XWcfcKm WCHYnj+tPnM1K8z25Tt1xfupPk2oTMczo5M85S2lVlw3XRz63k40QodxJn8zurDRmgwg wZeQ== X-Received: by 10.194.57.243 with SMTP id l19mr325745wjq.54.1386752193428; Wed, 11 Dec 2013 00:56:33 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id hv5sm12839320wib.2.2013.12.11.00.56.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 11 Dec 2013 00:56:32 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 11 Dec 2013 09:56:30 +0100 From: Baptiste Daroussin To: Alexander Kabaev Subject: Re: Patch to make openoffice build on pristine FreeBSD-current Message-ID: <20131211085629.GI99623@ithaqua.etoilebsd.net> References: <20131210230854.793c39fb@kan.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="itqfrb9Qq3wY07cp" Content-Disposition: inline In-Reply-To: <20131210230854.793c39fb@kan.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: office@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 08:56:35 -0000 --itqfrb9Qq3wY07cp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 10, 2013 at 11:08:54PM -0500, Alexander Kabaev wrote: > Hi, >=20 > atatched please find a small patch that makes editors/openoffice-4 port > build on systems with no 'gcc' binary in path, such as FreeBSD > 11-current. There was one place in nss that did not respect CC/CXX env > variables and thus failed to pick up gcc46/g++46 overrides used to > build the port on such systems. >=20 ?=3D is not needed to make it happen CC=3D"${CC}" in make arguments is doin= g the same without the need of patching. regards, Bapt --itqfrb9Qq3wY07cp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKoKL0ACgkQ8kTtMUmk6Ey4owCfY02kXxt7byjT7Qy8rsP6M4o3 9esAnjuJIYHzG+VufXlXQTw+5RQc/hII =Ykrx -----END PGP SIGNATURE----- --itqfrb9Qq3wY07cp--