Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/25/2002 08:00:43
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Dec 25 06:00:42 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: gen-transform.sh

Log Message:
Let p:path convert both:

	path/subpath/libfoo.so => -Lpath/subpath -lfoo
and
	path/libfoo.so => -Lpath -lfoo

This fixes converting /usr/lib/libintl.so into "-L/usr/lib -lintl", which
wasn't happening before.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/buildlink2/gen-transform.sh

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