pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/34581 CVS commit: pkgsrc/devel
The following reply was made to PR pkg/34581; it has been noted by GNATS.
From: Dan McMahill <dmcmahill%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: PR/34581 CVS commit: pkgsrc/devel
Date: Fri, 15 Dec 2006 11:28:52 +0000 (UTC)
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.
Home |
Main Index |
Thread Index |
Old Index