Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 09/01/2000 19:20:48
Module Name:	pkgsrc
Committed By:	jwise
Date:		Fri Sep  1 16:20:48 UTC 2000

Modified Files:
	pkgsrc/lang/tcl/files: patch-sum
	pkgsrc/lang/tcl/patches: patch-aa patch-ab

Log Message:
Since the configure script comes up with different shared lib suffixes on
different versions/platforms of NetBSD, use

	$(TCL_LIB_FILE:C/\.so.*/.la/)

instead of

	$(TCL_LIB_FILE:.so=.la)

to derive the libtool archive name from the shared library name.

From Frederick Bruckman, addresses PR pkg/10924.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/tcl/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/tcl/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/tcl/patches/patch-ab

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