svn commit: r356710 - head/java/jfreechart

Jung-uk Kim jkim at FreeBSD.org
Thu Jun 5 21:21:12 UTC 2014


Author: jkim
Date: Thu Jun  5 21:21:11 2014
New Revision: 356710
URL: http://svnweb.freebsd.org/changeset/ports/356710
QAT: https://qat.redports.org/buildarchive/r356710/

Log:
  Work around build failures with JDK7 and later.
  
  Reported by:	exp-run (PR190511)

Modified:
  head/java/jfreechart/Makefile

Modified: head/java/jfreechart/Makefile
==============================================================================
--- head/java/jfreechart/Makefile	Thu Jun  5 21:01:44 2014	(r356709)
+++ head/java/jfreechart/Makefile	Thu Jun  5 21:21:11 2014	(r356710)
@@ -26,6 +26,7 @@ COMPILE_DESC=	Build from source
 USE_ANT=	yes
 ALL_TARGET=	compile
 BUILD_WRKSRC=	${WRKSRC}/ant
+MAKE_ENV=	LANG=en_US.UTF-8
 .else
 NO_BUILD=	yes
 .endif


More information about the svn-ports-head mailing list