mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix the previous commit. Forgot to remove #'s before committing. :-(
This commit is contained in:
parent
75c6d35b75
commit
e25f3cb0e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386819
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue