Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/10/2003 23:10:09
Module Name: pkgsrc
Committed By: grant
Date: Thu Jul 10 23:10:09 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk pthread.buildlink2.mk
Log Message:
define user-visible variable PTHREAD_LDFLAGS that contains options
to link pthreaded code, ala PTHREAD_CFLAGS.
this adds support for systems which have no libpthread, but rather,
have pthreads functions in libc_r, such as FreeBSD 5.x.
export PTHREAD_CFLAGS and PTHREAD_LDFLAGS via MAKE_ENV.
To generate a diff of this commit:
cvs rdiff -r1.1208 -r1.1209 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/mk/pthread.buildlink2.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.