Subject: CVS commit: pkgsrc/lang/clisp
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2007 21:59:44
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Nov 23 21:59:44 UTC 2007

Modified Files:
	pkgsrc/lang/clisp: Makefile

Log Message:
Make it build on NetBSD-current again: use a private malloc implementation
to avoid jemalloc. The simple allocator used by clisp in the NetBSD
case appears to use some assumptions, like allocations below sbrk(), which
don't hold with jemalloc. We might switch to another allocator later,
but as the code looks this needs more work and testing.
From Aleksej Saushev per PR pkg/37381; the patch is attributed to
Arnaud Degroote.
Should also fix PR pkg/37304 from Yakovetsky Vladimir.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/lang/clisp/Makefile

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