Subject: CVS commit: pkgsrc/www/mozilla
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2002 17:28:10
Module Name: pkgsrc
Committed By: jlam
Date: Thu Aug 1 14:28:10 UTC 2002
Modified Files:
pkgsrc/www/mozilla: Makefile
Log Message:
Fix so that mozilla doesn't require a native pthread library. "require"
comes from devel/glib/buildlink. devel/glib requires a pthread library but
www/mozilla optionally wants a native pthread library. Checking for
PTHREAD_TYPE != "native" will work, but we may want to consider expanding
the capabilities of pthread.buildlink.mk to cover this scenario.
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 pkgsrc/www/mozilla/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.