Summary: | editors/libreoffice: libreoffice won't build in UTF-8 environment | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Jeremy <peter> |
Component: | Individual Port(s) | Assignee: | FreeBSD Office Team <office> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Peter Jeremy
2013-02-17 04:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->office Over to maintainer (via the GNATS Auto Assign Tool) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed It should be fixed now. Note the runtime failure sounds like a different issue. |