svn commit: r386819 - head/java/openjdk8

Jung-uk Kim jkim at FreeBSD.org
Tue May 19 22:16:24 UTC 2015


Author: jkim
Date: Tue May 19 22:16:23 2015
New Revision: 386819
URL: https://svnweb.freebsd.org/changeset/ports/386819

Log:
  Fix the previous commit.  Forgot to remove #'s before committing. :-(

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Tue May 19 22:13:51 2015	(r386818)
+++ head/java/openjdk8/Makefile	Tue May 19 22:16:23 2015	(r386819)
@@ -186,9 +186,9 @@ BUILD_DEPENDS+=		${BOOTSTRAPJDKDIR}/bin/
 .endif
 
 # PR193009: work around the rtld bug
-#.if ${OSVERSION} < 1001511
+.if ${OSVERSION} < 1001511
 CONFIGURE_ARGS+=	--enable-static-libjli
-#.endif
+.endif
 
 .if ${COMPILER_TYPE} == clang
 .if ${COMPILER_VERSION} >= 35


More information about the svn-ports-all mailing list