From 2ca72ca1f7c4e7c6b5c466aa9c0ea0b6ea8b2f27 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 8 Jan 2014 15:13:49 +0000 Subject: [PATCH] - Fix CONFIGURE MFH: 2014Q1 --- lang/otcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index cb7b78ef8f9d..5e601e7a9368 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -31,7 +31,8 @@ NO_STAGE= yes .include CFLAGS+= -DHAVE_UNISTD_H -CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER} +CONFIGURE_ARGS+=--with-tcl=${LOCALBASE} \ + --with-tk=${LOCALBASE} .if ${TCL_SHLIB_VER} > 85 CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT