Subject: CVS commit: pkgsrc/devel/unproven-pthreads
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/08/2002 08:24:13
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Feb  8 06:24:13 UTC 2002

Modified Files:
	pkgsrc/devel/unproven-pthreads: buildlink.mk

Log Message:
We don't actually need to symlink anything as pgcc and pg++ already
handle everything for us.  Invoking "pgcc" is equivalent to invoking
"cc -pthread" on other platforms.  Change the buildlink.mk file to
appropriately define CC and CXX to pgcc and pg++, respectively.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/unproven-pthreads/buildlink.mk

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