Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2010 14:55:57 +0100
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: [ports/net-im/libnice] Fix installation miss of nice.pc
Message-ID:  <20101123145557.644ae0a0@headache.rainbow-runner.nl>
In-Reply-To: <20101123180404.ea865e0e.nork@FreeBSD.org>
References:  <20101123180404.ea865e0e.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Nov 2010 18:04:04 +0900
Norikatsu Shigemura <nork@FreeBSD.org> 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:
> 
> 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!

I seen you patching .am files, Is it not a beter option to patch the .in files. So we don't have to mess around with autotools at all?

-Koop

> -- 
> Norikatsu Shigemura <nork@FreeBSD.org>
> _______________________________________________
> 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"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101123145557.644ae0a0>