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

This commit is contained in:
Jung-uk Kim 2015-05-19 22:16:23 +00:00
parent 75c6d35b75
commit e25f3cb0e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386819

View file

@ -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