Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 07/16/2002 18:02:03
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Tue Jul 16 15:02:03 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Add two knobs for packages: CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE.

Example:

    CONFIG_GUESS_OVERRIDE=  ${WRKSRC}/config.guess
    CONFIG_SUB_OVERRIDE=    ${WRKSRC}/config.sub

Just before the bulk of the "configure" phase, the named files will be
replaced with symlinks to their canonical pkgsrc versions in
pkgsrc/mk/gnu-config.


To generate a diff of this commit:
cvs rdiff -r1.1005 -r1.1006 pkgsrc/mk/bsd.pkg.mk

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