diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:40:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:40:16 +0000 |
commit | 4aac1c43e00d6478a1286fba889b8df91dcd1836 (patch) | |
tree | cf0c9b0f1dc7141ecd7c1d19e3e772ef59c67227 /lang/tcl84 | |
parent | - Add ipv6 to CATEGORIES (diff) |
- Be more thorough in resetting locales to ensure successfull test run
PR: ports/105191
Submitted by: Gregory Nou <gregory.nou@gmail.com>
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |