diff options
author | jkim <jkim@FreeBSD.org> | 2013-02-19 05:37:41 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-02-19 05:37:41 +0800 |
commit | e7e2d7196d6998e7709da0f258aa71250e673fcf (patch) | |
tree | 07521dcb660fd27adac4f01f4dd3d49b35148e37 /editors | |
parent | 3f434488504fbf2ce4107dc93d7475237624e4d0 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |