Subject: CVS commit: pkgsrc/lang/RScheme
To: None <pkgsrc-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: pkgsrc-changes
Date: 08/06/2003 16:55:11
Module Name:	pkgsrc
Committed By:	jmc
Date:		Wed Aug  6 16:55:11 UTC 2003

Modified Files:
	pkgsrc/lang/RScheme: Makefile

Log Message:
Chicken and egg problem. Need buildlink2 support for building the shell so
it can fix -lreadline to -ledit if needed. But..this is referencing
-L/usr/pkg/lib/... in it's link for -lrs which then gets transformed and
library not found. Fix by copying librs.a into buildlink's lib dir after
setting up install-base. Also pass MAKE_ENV along to the shell make to then
fix readline vs edit.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/RScheme/Makefile

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