aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-19 05:37:41 +0800
committerjkim <jkim@FreeBSD.org>2013-02-19 05:37:41 +0800
commite7e2d7196d6998e7709da0f258aa71250e673fcf (patch)
tree07521dcb660fd27adac4f01f4dd3d49b35148e37 /editors
parent3f434488504fbf2ce4107dc93d7475237624e4d0 (diff)
downloadfreebsd-ports-gnome-e7e2d7196d6998e7709da0f258aa71250e673fcf.tar.gz
freebsd-ports-gnome-e7e2d7196d6998e7709da0f258aa71250e673fcf.tar.zst
freebsd-ports-gnome-e7e2d7196d6998e7709da0f258aa71250e673fcf.zip
Fix jakarta-commons-httpclient build with some locale.
PR: ports/176205
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index e4048b3575ca..319cbfbed5d7 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -396,6 +396,7 @@ LDFLAGS= -L${LOCALBASE}/lib
MAKE_ENV+= ENVCFLAGS="${CFLAGS}" ENVCXXFLAGS="${CXXFLAGS}"
MAKE_ENV+= ENVLINKFLAGS="${LDFLAGS}"
+MAKE_ENV+= LANG=C LC_ALL=C
MAKE_ENV+= USE_GMAKE=1
TMPDIR?= /tmp