Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/19/2004 18:39:27
Module Name: pkgsrc
Committed By: jlam
Date: Thu Feb 19 18:39:27 UTC 2004
Modified Files:
pkgsrc/mk/buildlink3: gen-transform.sh
Log Message:
According to the documentation on version numbering of shared libraries at:
http://fink.sourceforge.net/doc/porting/shared.php
It's okay to link against a name like "libqt.2.3.0.dylib" using
"-lqt.2.3.0", which means we never need to do anything more than just
strip the trailing ".dylib" from shared library names when converting from
a full path to "-L... -l...". This should fix PR 24402.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/mk/buildlink3/gen-transform.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.