Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2004 21:01:17
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Feb 16 21:01:17 UTC 2004

Modified Files:
	pkgsrc/devel/pkgconfig: buildlink3.mk
	pkgsrc/mk/buildlink3: bsd.buildlink3.mk

Log Message:
Symlink any *.pc files into ${BUILDLINK_DIR} for dependencies and force
pkg-config to only look in ${BUILDLINK_DIR}/lib/pkgconfig for *.pc files.
This will correctly hide the presence of software from configure scripts
that query pkg-config for that information.

Idea suggested by Julio M. Merino Vidal.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/pkgconfig/buildlink3.mk
cvs rdiff -r1.86 -r1.87 pkgsrc/mk/buildlink3/bsd.buildlink3.mk

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