From 5ef8768106d3910d338ef441a18871a40ae6d289 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 11 Apr 2004 09:30:18 +0000 Subject: Hack to fix build with threaded Tcl package: at configure time snarf the value of TCL_LIBS in tclConfig.sh and pass it down to configure/make via V_LIBS as a configure argument. --- lang/tcl-otcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 838fb2a22f5..0888b55c6c3 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/08 23:47:44 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 09:30:18 seb Exp $ DISTNAME= otcl-1.8 PKGNAME= tcl-${DISTNAME} @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11= yes +CONFIGURE_ARGS+= V_LIBS="`${CONFIG_SHELL} -c '. ${TCLCONFIG_SH}; echo $$TCL_LIBS'`" CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} -- cgit v1.2.3