Date: Tue, 19 May 2015 22:16:24 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386819 - head/java/openjdk8 Message-ID: <201505192216.t4JMGOEq020521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505192216.t4JMGOEq020521>