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

Modified Files:
	pkgsrc/x11/tk/files: patch-sum
	pkgsrc/x11/tk/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

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

instead of

        $(TK_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.3 -r1.4 pkgsrc/x11/tk/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/tk/patches/patch-ab

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