summaryrefslogtreecommitdiff
path: root/lang/gauche/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 17:41:07 +0000
committerjlam <jlam>2006-03-31 17:41:07 +0000
commitf4f11fb9d6cbd242c19f17913d53f627ad0e918c (patch)
tree66ff55e3743235419e1f179ed9f04e1d07b295d2 /lang/gauche/Makefile
parent6e5f758bb6ed7d8959bea778488359d30a708cd5 (diff)
downloadpkgsrc-f4f11fb9d6cbd242c19f17913d53f627ad0e918c.tar.gz
Reference the installed location of slib correctly using EVAL_PREFIX.
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r--lang/gauche/Makefile6
1 files changed, 4 insertions, 2 deletions
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