Subject: CVS commit: pkgsrc/x11/Xrender
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 10/07/2005 19:40:11
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Oct  7 19:40:11 UTC 2005

Modified Files:
	pkgsrc/x11/Xrender: builtin.mk

Log Message:
When using the Xrender builtin, generate a fake pkg-config file in the
buildlink directory (or use the one provided by the X11 installation, if
any) so that packages needing this file can use it.  Should fix build
problems of applications using cairo (whose cairo.pc file needs xrender.pc).
Reported in tech-pkg@ by Ian Zagorskih.

Note that this solution is suboptimal, although we are already using it
in xextensions.  If someone wants to use, e.g., cairo outside pkgsrc, he
won't be able to because its .pc file won't be able to find xrender.pc...


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/Xrender/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.