From e25f3cb0e66d9d7402d5ff07e74628c17f4b312a Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 19 May 2015 22:16:23 +0000 Subject: Fix the previous commit. Forgot to remove #'s before committing. :-( --- java/openjdk8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 6a7d07d30090..29013e7a1c80 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -186,9 +186,9 @@ BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/openjdk7 .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 -- cgit v1.2.3