1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Fix build on Unicode locales by forcing LANG=C

PR:		ports/76585
Submitted by:	clemens fischer <ino-qc@spotteswoode.dnsalias.org>
This commit is contained in:
Pav Lucistnik 2005-01-29 23:02:44 +00:00
parent 264e6d34e2
commit f6ac06c92c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127667

View File

@ -26,7 +26,7 @@ USE_GETTEXT= yes
# invokes a configure script, which encounters a different CC variable than
# the one the top-level configure cached. We'll explicitly set CC to avoid
# this.
MAKE_ENV+= CC="${CC}"
MAKE_ENV+= CC="${CC}" LANG=C
CONFIGURE_ENV+= CC="${CC}"
# The build uses INSTALL_* to copy files around, but since the Ports