svn commit: r356823 - head/math/jakarta-commons-math

Steve Wills swills at FreeBSD.org
Fri Jun 6 17:19:01 UTC 2014


Author: swills
Date: Fri Jun  6 17:19:00 2014
New Revision: 356823
URL: http://svnweb.freebsd.org/changeset/ports/356823
QAT: https://qat.redports.org/buildarchive/r356823/

Log:
  - Fix build with OpenJDK 1.7
  
  With hat:	portmgr

Modified:
  head/math/jakarta-commons-math/Makefile

Modified: head/math/jakarta-commons-math/Makefile
==============================================================================
--- head/math/jakarta-commons-math/Makefile	Fri Jun  6 17:12:08 2014	(r356822)
+++ head/math/jakarta-commons-math/Makefile	Fri Jun  6 17:19:00 2014	(r356823)
@@ -33,6 +33,8 @@ PLIST_FILES+=	%%JAVAJARDIR%%/${DESTJARFI
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_ENV=	LANG=en_US.ISO8859-1
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list