From 81418cacc45e862665dd2ec7164d7227a01002da Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 31 Mar 2006 17:41:07 +0000 Subject: Reference the installed location of slib correctly using EVAL_PREFIX. --- lang/gauche/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 5d52a40a045..8b7002f22d4 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/05 16:27:26 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/03/31 17:41:07 jlam Exp $ # DISTNAME= Gauche-0.8.6 @@ -22,8 +22,10 @@ SUBST_STAGE.lgdbm= pre-configure SUBST_FILES.lgdbm= configure SUBST_SED.lgdbm= -e 's|"-lgdbm"|"${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gdbm}/lib -lgdbm"|g' +EVAL_PREFIX+= SLIB_PREFIX=slib + GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib +CONFIGURE_ARGS+= --with-slib=${SLIB_PREFIX}/share/slib CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --enable-multibyte=utf-8 CONFIGURE_ARGS+= --enable-threads=none # must match w/ boehm-gc -- cgit v1.2.3