From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 16 14:39:24 2013 Return-Path: Delivered-To: freebsd-gnome@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 ESMTP id 719B17E3 for ; Mon, 16 Sep 2013 14:39:24 +0000 (UTC) (envelope-from gustau.perez@gmail.com) Received: from mail-bk0-x230.google.com (mail-bk0-x230.google.com [IPv6:2a00:1450:4008:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 072E82262 for ; Mon, 16 Sep 2013 14:39:23 +0000 (UTC) Received: by mail-bk0-f48.google.com with SMTP id my13so1543705bkb.21 for ; Mon, 16 Sep 2013 07:39:22 -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=acxnbJWkfNiodxiXovrs271/WRm1IIHmaQJU2oNURt0=; b=sl4ZPVgM+oq1T1O0LvyqVOquKsofqNDzjfbhfXILplPkusSImOWoCWAAHiK2sn80SD 0e2uIDDLzlLS88FOuyh3lGw5wEJ+P4OjHQXl0wODmu3+9tdC3fbPYFb2pmK2JqZ5JOkp vm8npPbRiEbtIXSq3yExEgY1lRrbTFYlQxUgGl6AprUWkSwPYAb9y3l58ygeB+FKU0ld anxSStYqsxF5ruOqhKoeI8b+5Q6a+5hxmGg8TB0Ntlvn42crKhO2yekM04C30twrcNf6 0C3DGzK2Yt184rYLuupEp+dkDZWF+4No6shgAFdt6EsF8LrBup3DFhKYytZ/86DWoNRD UNJw== X-Received: by 10.204.231.76 with SMTP id jp12mr56992bkb.48.1379342362288; Mon, 16 Sep 2013 07:39:22 -0700 (PDT) Received: from [10.0.2.151] ([147.83.40.10]) by mx.google.com with ESMTPSA id w9sm7884131bkn.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 07:39:21 -0700 (PDT) Message-ID: <52371818.2070009@gmail.com> Date: Mon, 16 Sep 2013 16:39:20 +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: 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:39:24 -0000 Al 16/09/2013 16:34, En/na Roelof Wobben ha escrit: > Hello, > > What is the normal place where packages can placed thier .pc files so other packages can find the .pc files. > > Roelof Hi, they go under /usr/local/libdata/pkgconfig/ when installing under usr/local. Normally packages install the .pc files under //usr/local/lib/pkgconfig/ when PREFIX=LOCALBASE=/usr/local. Check USES+= pathfix to avoid these problemes. Gustau > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"