From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 23 12:58:46 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CC351065672 for ; Tue, 23 Nov 2010 12:58:46 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep18.mx.upcmail.net (fep18.mx.upcmail.net [62.179.121.38]) by mx1.freebsd.org (Postfix) with ESMTP id A49F58FC17 for ; Tue, 23 Nov 2010 12:58:45 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep18-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101123125843.VANU1353.viefep18-int.chello.at@edge04.upcmail.net>; Tue, 23 Nov 2010 13:58:43 +0100 Received: from headache.rainbow-runner.nl ([80.56.73.45]) by edge04.upcmail.net with edge id acyb1f03H0ydU7k04cyiXW; Tue, 23 Nov 2010 13:58:43 +0100 X-SourceIP: 80.56.73.45 Date: Tue, 23 Nov 2010 13:59:48 +0100 From: Koop Mast To: Norikatsu Shigemura Message-ID: <20101123135948.1420ebe0@headache.rainbow-runner.nl> In-Reply-To: <20101123180404.ea865e0e.nork@FreeBSD.org> References: <20101123180404.ea865e0e.nork@FreeBSD.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=YkiHm+ATFBqfWDprzc7VyYVud6sOBg0JMTRaeRDeqNo= c=1 sm=0 a=WefhHIIzN7YA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=XoCZDPCarT_APM17p44A:9 a=QBLGj2Y0xxnEKu_TA8UA:7 a=qX6hdr0FkcMYKFF52s7YvR0eMQ8A:4 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: gnome@FreeBSD.org Subject: Re: [ports/net-im/libnice] Fix installation miss of nice.pc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 12:58:46 -0000 On Tue, 23 Nov 2010 18:04:04 +0900 Norikatsu Shigemura wrote: > Hi gnome team! > > I found a installation miss of nice.pc. It should be in > ${PREFIX}/libdata/pkgconfig/nice.pc, but is in > ${PREFIX}/lib/pkgconfig/nice.pc. > > So I made a patch like following: This should have already been done by the gnomehack in USE_GNOME. I don't know why it fails for you. -Koop > files/patch-nice-Makefile.am > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > --- nice/Makefile.am.orig 2009-08-15 07:46:12.000000000 +0900 > +++ nice/Makefile.am 2010-11-23 17:49:43.764008238 +0900 > @@ -52,6 +52,6 @@ > > pkginclude_HEADERS = nice.h > > -pkgconfigdir = $(libdir)/pkgconfig > +pkgconfigdir = $(prefix)/libdata/pkgconfig > pkgconfig_DATA = nice.pc > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > Thank you! > > -- > Norikatsu Shigemura > _______________________________________________ > 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" >