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

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

Log Message:
PTHREAD_AUTO_VARS is "yes" or "no" for whether the values of the
variables PTHREAD_{CFLAGS,CPPFLAGS,LDFLAGS,LIBS} should be automatically
added to their respective variables.  Defaults to "yes".

Packages that only require some parts to be linked the the pthreads
compiler/linker options should set this to "no" and selectively add
those options via patches to the right makefiles..


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

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