summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-18 21:37:41 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-18 21:37:41 +0000
commit8c3ddce2ce5e4d3db8577095e64a7b1052e046a2 (patch)
tree07521dcb660fd27adac4f01f4dd3d49b35148e37 /editors
parent- fix option SPOOF (diff)
Fix jakarta-commons-httpclient build with some locale.
PR: ports/176205
Notes
Notes: svn path=/head/; revision=312531
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