[ports/net-im/libnice] Fix installation miss of nice.pc

Koop Mast kwm at rainbow-runner.nl
Tue Nov 23 13:55:01 UTC 2010


On Tue, 23 Nov 2010 18:04:04 +0900
Norikatsu Shigemura <nork at 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 at FreeBSD.org>
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
> 


More information about the freebsd-gnome mailing list