From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: fontconfig: Fix for PATH_MAX. Date: Thu, 2 Mar 2017 17:21:30 +0200 Message-ID: <1793eea4-d57c-8e1a-de98-431713b78e9a@gmail.com> References: <909758e70bb60e503c3480e592e3e5c4@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjSY0-0006r0-CS for guix-devel@gnu.org; Thu, 02 Mar 2017 10:21:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjSXz-0002aI-C5 for guix-devel@gnu.org; Thu, 02 Mar 2017 10:21:40 -0500 In-Reply-To: <909758e70bb60e503c3480e592e3e5c4@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rennes@openmailbox.org Cc: guix-devel@gnu.org Hello Rene, I added a line in your commit message saying in which file you apply the patch and also removed all the one space indentation changes, with the purpose of making the patch more clear. I pushed it in core-updates. Thank you for working on this! Manolis On 03/02/2017 03:34 AM, rennes@openmailbox.org wrote: > Hello, > > This patch for fontconfig was accepted in upstream!. > > The patch fix the error on build phase, because PATH_MAX is not defined > on GNU/Hurd. > Thanks