Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2004 17:29:37
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Nov 10 17:29:37 UTC 2004

Modified Files:
	pkgsrc/mk: pthread.buildlink3.mk

Log Message:
If we are using native pthreads, then add "pthread" to BUILDLINK_PACKAGES
so that the buildlink3 framework knows to use the various
BUILDLINK_*.pthread variables.  This fixes a long-standing and long-
overlooked bug in pthread.buildlink3.mk that has existed since the
buildlink3 framework was initially committed.

As a result of this change, modifications to packages to introduce
PTHREAD_{CFLAGS,LDFLAGS} in various places to either the configure script
or into Makefiles are probably no longer needed.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mk/pthread.buildlink3.mk

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