1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Be more thorough in resetting locales to ensure successfull test run

PR:		ports/105191
Submitted by:	Gregory Nou <gregory.nou@gmail.com>
This commit is contained in:
Pav Lucistnik 2006-12-01 15:40:16 +00:00
parent dfadd3a64d
commit 4aac1c43e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178487

View File

@ -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