svn commit: r312531 - head/editors/libreoffice
Jung-uk Kim
jkim at FreeBSD.org
Mon Feb 18 21:37:42 UTC 2013
Author: jkim
Date: Mon Feb 18 21:37:41 2013
New Revision: 312531
URL: http://svnweb.freebsd.org/changeset/ports/312531
Log:
Fix jakarta-commons-httpclient build with some locale.
PR: ports/176205
Modified:
head/editors/libreoffice/Makefile
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Mon Feb 18 21:36:06 2013 (r312530)
+++ head/editors/libreoffice/Makefile Mon Feb 18 21:37:41 2013 (r312531)
@@ -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
More information about the svn-ports-head
mailing list