Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2004 00:06:37
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Mon Jun 21 00:06:37 UTC 2004

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

Log Message:
Under OpenBSD there is no libpthread.so, just libpthread.so.X.X, and
BUILDLINK_LDADD.pthread was empty, so add a check to find the libraries
and if they are found, add -lpthread to BUILDLINK_LDADD.pthread, thanks
to grant beattie for the suggestion.

Reported and tested by Sergio Jimenez <tripledes at eslack dot org>.


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

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