Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: pkgsrc-changes
Date: 07/08/2003 09:20:32
Module Name: pkgsrc
Committed By: chris
Date: Tue Jul 8 09:20:31 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Fix for _CONFIGURE_PREREQ targets not being run when a package defines a
do-configure target. To do this I've introduced a new target,
pre-configure-overrides, that depends on ${_CONFIGURE_PREREQ}. It's run
after pre-configure but before do-configure.
This fixes pkg/22077, and allows benchmarks/benchfft to build correctly on
a -current cats box.
Reviewed by wiz@
To generate a diff of this commit:
cvs rdiff -r1.1203 -r1.1204 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.