svn commit: r487219 - head/java/openjdk8

Greg Lewis glewis at FreeBSD.org
Tue Dec 11 03:23:58 UTC 2018


Author: glewis
Date: Tue Dec 11 03:23:57 2018
New Revision: 487219
URL: https://svnweb.freebsd.org/changeset/ports/487219

Log:
  . Fix build on gcc based architectures (e.g. powerpc64)
  
  PR:		233883
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Tue Dec 11 02:48:13 2018	(r487218)
+++ head/java/openjdk8/Makefile	Tue Dec 11 03:23:57 2018	(r487219)
@@ -362,6 +362,7 @@ CONFIGURE_ENV+=	LIBCXX="-lc++"
 
 # GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
 .if ${COMPILER_TYPE} == gcc
+CONFIGURE_ARGS+=	--with-toolchain-type=gcc
 .if ${ARCH} == "powerpc64"
 MAKE_ARGS+=	USE_PRECOMPILED_HEADER=1
 .else


More information about the svn-ports-all mailing list