Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/23/2004 14:27:04
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Dec 23 14:27:04 UTC 2004

Modified Files:
	pkgsrc/mk: db1.builtin.mk dlopen.builtin.mk

Log Message:
Don't remove library options from the command line quite so aggressively.
Allow the configure process a chance to detect on its own whether the
named library exists or not by allowing those library options to pass
through to the compiler on a test compile.  A package that *needs*
those library options to be removed can add the appropriate rm:
BUILDLINK_TRANSFORM command to its package Makefile.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/db1.builtin.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/dlopen.builtin.mk

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