From 4aac1c43e00d6478a1286fba889b8df91dcd1836 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 1 Dec 2006 15:40:16 +0000 Subject: [PATCH] - Be more thorough in resetting locales to ensure successfull test run PR: ports/105191 Submitted by: Gregory Nou --- lang/tcl84/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index e93af39ca57e..c4d9e70356a8 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER} CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -MAKE_ENV= SHORT_TCL_VER=84 LANG=C # LANG=C is required for some of UTF-using tests +MAKE_ENV= SHORT_TCL_VER=84 LANG=C LC_ALL=C # LANG=C is required for some of UTF-using tests PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh TCL_VER= 8.4