Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 09/10/2006 16:39:31
Module Name: pkgsrc
Committed By: tron
Date: Sun Sep 10 16:39:31 UTC 2006
Modified Files:
pkgsrc/mk/buildlink3: imake-check imake-check.mk
Log Message:
Fix PR pkg/34139 in a diffent way:
Setting "WRAPPER_SKIP_TRANSFORM" to "yes" isn't enough because "imake"
will invoke the C compiler which might be a wrapper script which always
fails because the package didn't use "USE_LANGUAGES+= c".
The "imake-check" script now simply uses the original command path before
"bsd.pkg.mk" modified and will therefore avoid using any wrappers.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/buildlink3/imake-check \
pkgsrc/mk/buildlink3/imake-check.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.