Subject: CVS commit: pkgsrc/lang/guile14
To: None <pkgsrc-changes@netbsd.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: pkgsrc-changes
Date: 06/05/2003 05:03:59
Module Name:	pkgsrc
Committed By:	uebayasi
Date:		Thu Jun  5 05:03:59 UTC 2003

Modified Files:
	pkgsrc/lang/guile14: Makefile buildlink2.mk

Log Message:
Make this threaded; link libpthread.so in advance and use threaded versions
of libc functions.  Otherwise, it dies when libpthread.so is dynamically
loaded by dl_open(3).

Supposed to fix PR21522, Gnucash dies on startup.

Bump revision to 2.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/guile14/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/guile14/buildlink2.mk

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