svn commit: r433180 - head/java/openjdk8

Jung-uk Kim jkim at FreeBSD.org
Thu Feb 2 21:28:23 UTC 2017


Author: jkim
Date: Thu Feb  2 21:28:22 2017
New Revision: 433180
URL: https://svnweb.freebsd.org/changeset/ports/433180

Log:
  Fix build with GCC.  It was broken by r430424.
  
  PR:		216738

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Thu Feb  2 20:43:15 2017	(r433179)
+++ head/java/openjdk8/Makefile	Thu Feb  2 21:28:22 2017	(r433180)
@@ -364,10 +364,10 @@ CONFIGURE_ENV+=	LIBCXX="-lc++"
 .if ${COMPILER_TYPE} == gcc
 .if ${ARCH} == "powerpc64"
 MAKE_ARGS+=	USE_PRECOMPILED_HEADER=1
-.endif
 .else
 MAKE_ARGS+=	USE_PRECOMPILED_HEADER=0
 .endif
+.endif
 
 .if empty(ICONV_LIB)
 ICONV_CPPFLAGS=	-DLIBICONV_PLUG


More information about the svn-ports-all mailing list