Subject: CVS commit: [pkgviews-mk] pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/16/2003 10:52:37
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Aug 16 10:52:36 UTC 2003

Modified Files:
	pkgsrc/mk/buildlink3 [pkgviews-mk]: libtool-fix-la

Log Message:
Use comments to document this shell script.  Also, add some new behaviour:
We make sure that we don't ever reference other .la files from installed
.la files, only referring to other libraries via the usual "-L/path -llib"
and making sure that /path is always somewhere under the default view.
This makes wildcard dependencies work for "overwrite" packages by letting
libtool find libraries in the default view.

A similar change may be needed for pkgsrc/mk/buildlink2/libtool-fix-la
during the pkgviews integration.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 pkgsrc/mk/buildlink3/libtool-fix-la

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