Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 03/26/2002 18:31:28
Module Name: pkgsrc
Committed By: skrll
Date: Tue Mar 26 16:31:28 UTC 2002
Modified Files:
pkgsrc/devel/libtool: Makefile.common distinfo
pkgsrc/devel/libtool/patches: patch-ab
pkgsrc/mk: bsd.pkg.mk
Log Message:
Fix a bug when inferring the CXX tag which meant that for certain
libraries the following could occur
- a.out platforms: c++rt0.o would be missing and therefore
global contstructors would not work.
- ELF platforms libstdc++ and libm would not be explicitly
linked in.
This affected notably libqt and explains the build failure of kdelibs2 on
arm32.
Bump PKGREVISION and require it.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/libtool/Makefile.common
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.24 -r1.25 pkgsrc/devel/libtool/patches/patch-ab
cvs rdiff -r1.953 -r1.954 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.