Subject: CVS commit: pkgsrc/devel
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2006 11:28:52
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Fri Dec 15 11:28:52 UTC 2006

Modified Files:
	pkgsrc/devel/libtool: distinfo
	pkgsrc/devel/libtool-base: Makefile
	pkgsrc/devel/libtool/patches: manual-libtool.m4 patch-ab patch-ad

Log Message:
In the libtool configure script, the basename of the compiler is used
to make decisions about which compiler is being used (gcc, SunPro, etc).
To make this function "correctly" in the presence of the compiler wrapper
scripts, we need to extract the actual compiler command from the wrapper
frame work.  So adapt the section in the configure script which already
attempts to deal with some other compiler wrappers to deal with the pkgsrc
wrappers.

This should address PR pkg/33467 and PR pkg/34581.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.79 -r1.80 pkgsrc/devel/libtool-base/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/libtool/patches/manual-libtool.m4
cvs rdiff -r1.57 -r1.58 pkgsrc/devel/libtool/patches/patch-ab
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/libtool/patches/patch-ad

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