svn commit: r523224 - in head/java/openjdk11: . files

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 12:54:41 UTC 2020


Author: antoine
Date: Thu Jan 16 12:54:40 2020
New Revision: 523224
URL: https://svnweb.freebsd.org/changeset/ports/523224

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

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

Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile	Thu Jan 16 12:22:57 2020	(r523223)
+++ head/java/openjdk11/Makefile	Thu Jan 16 12:54:40 2020	(r523224)
@@ -132,9 +132,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