Subject: CVS commit: pkgsrc/x11/paragui
To: None <pkgsrc-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: pkgsrc-changes
Date: 08/11/2003 18:32:51
Module Name:	pkgsrc
Committed By:	jmc
Date:		Mon Aug 11 18:32:51 UTC 2003

Modified Files:
	pkgsrc/x11/paragui: Makefile

Log Message:
Require native threads since this isn't pth aware and uses SDL which is pth
aware. This means SDL_Init tries to pth_init() which fails since pthread
calls from paragui have already implicitly called pth_init().
XXX - pth probably needs to handle this better by not returning -1 on
multiple init calls.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/paragui/Makefile

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