svn commit: r507304 - head/java/openjdk12

Greg Lewis glewis at FreeBSD.org
Wed Jul 24 22:45:29 UTC 2019


Author: glewis
Date: Wed Jul 24 22:45:29 2019
New Revision: 507304
URL: https://svnweb.freebsd.org/changeset/ports/507304

Log:
  * Set NO_CCACHE to match configure being passed --disable-ccache
  
  Fixes the build for people trying to use ccache
  
  PR:		239387
  Submitted by:	Jonathan Chen <jonc at chen.org.nz>

Modified:
  head/java/openjdk12/Makefile

Modified: head/java/openjdk12/Makefile
==============================================================================
--- head/java/openjdk12/Makefile	Wed Jul 24 22:41:40 2019	(r507303)
+++ head/java/openjdk12/Makefile	Wed Jul 24 22:45:29 2019	(r507304)
@@ -31,6 +31,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	battleblow
 GH_PROJECT=	openjdk-jdk12u
 
+NO_CCACHE=	yes
+
 _MAKE_JOBS=	#
 MAKE_ENV=	LANG="C" \
 		LC_ALL="C" \


More information about the svn-ports-head mailing list