Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/06/2004 07:15:53
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Apr  6 07:15:53 UTC 2004

Modified Files:
	pkgsrc/devel/glib2: Makefile distinfo
	pkgsrc/devel/glib2/patches: patch-aa

Log Message:
Fix detection of RTLD_GLOBAL, which was beeing incorrectly detected in NetBSD
and caused lots of obscure problems in programs loading plugins (specially,
gstreamer).

The problem is that the check in the configure script tries to dlopen the
libpthread.so library, but the test program is not linked against libpthread
itself.  So it crashes, because this is not supported in NetBSD (the program
was "initialized" as a non-threaded one).  I've changed the test program to
use libintl, which seems to work fine.

Bump PKGREVISION to 1.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/devel/glib2/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/glib2/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/glib2/patches/patch-aa

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