From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 16 14:50:31 2013 Return-Path: Delivered-To: freebsd-gnome@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 8B2AEA6C for ; Mon, 16 Sep 2013 14:50:31 +0000 (UTC) (envelope-from gustau.perez@gmail.com) Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2069A2373 for ; Mon, 16 Sep 2013 14:50:30 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id d7so1549744bkh.40 for ; Mon, 16 Sep 2013 07:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Qq5Ph44lTPGLCF1qkSTyhCKLa6m8mCgXdJEFon1LpHU=; b=Xid1oyS6uOrmS0JMkPhifiDkIlZcVOFbAH1f3m/NF8JP5Tf34522zyhyLlW6tawdV3 VmvNxC/oMc0+BugOD61N8lzDgGZVGxNfmbmgEALqpyaVHNG8ZqLjgcE2eV1InNX68KFt bGRsjGQXOHe4E4AVQcRdlIF/dbuVB04Mb+F6/jajYUT8/o44S5C+7qYUSaijlHSmRa+5 nvdi6DE+kkH3uah9VToaObw9BMxYgYVn9/MrFhbOgjL4dMa4X3K2NXszDq9/r/maNm5c pBg01z5pjaEWecFLifTCVLkVhhdm6EoWeKw67Bb3+trOM795Oqvh6F51pasiQ+f/nRro MQFA== X-Received: by 10.205.105.73 with SMTP id dp9mr2207032bkc.33.1379343029514; Mon, 16 Sep 2013 07:50:29 -0700 (PDT) Received: from [10.0.2.151] ([147.83.40.10]) by mx.google.com with ESMTPSA id l5sm2524043bko.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 07:50:29 -0700 (PDT) Message-ID: <52371AB4.6020101@gmail.com> Date: Mon, 16 Sep 2013 16:50:28 +0200 From: =?ISO-8859-1?Q?Gustau_P=E9rez_i_Querol?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130831 Thunderbird/17.0.8 MIME-Version: 1.0 To: Roelof Wobben Subject: Re: .pc files References: , <52371818.2070009@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-gnome@freebsd.org" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 14:50:31 -0000 Al 16/09/2013 16:46, En/na Roelof Wobben ha escrit: > Thanks, so if I understand you right I have to use USES+=pathfix in the Makefile. > > Roelof That would save you from a lot of path fixing. Most of the time it would be enough. Gus