svn commit: r523230 - in head/java/openjdk12: . files

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 13:34:02 UTC 2020


Author: antoine
Date: Thu Jan 16 13:34:01 2020
New Revision: 523230
URL: https://svnweb.freebsd.org/changeset/ports/523230

Log:
  Revert r523218, it breaks build on tier 1
  
  With hat:	portmgr

Deleted:
  head/java/openjdk12/files/patch-make_autoconf_flags-cflags.m4
Modified:
  head/java/openjdk12/Makefile

Modified: head/java/openjdk12/Makefile
==============================================================================
--- head/java/openjdk12/Makefile	Thu Jan 16 13:11:04 2020	(r523229)
+++ head/java/openjdk12/Makefile	Thu Jan 16 13:34:01 2020	(r523230)
@@ -134,9 +134,6 @@ MAKE_ENV+=	USE_CLANG=true
 CONFIGURE_ARGS+=	--disable-warnings-as-errors \
 			--disable-dtrace
 .endif
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
-CONFIGURE_ARGS+=	--disable-precompiled-headers
-.endif
 .if ${ARCH} != amd64
 CONFIGURE_ARGS+=	--enable-aot=no
 .endif


More information about the svn-ports-head mailing list