diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-14 23:20:05 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-14 23:20:05 +0000 |
| commit | 37874e53640022f08ec68b9dd8e33e06b1111584 (patch) | |
| tree | 28c39a9c6f61c603f495f5040d2aacd8fe7cc5b4 /java | |
| parent | e64ae7e93831e8e3986e9a2568e0142ef123d295 (diff) | |
Notes
Diffstat (limited to 'java')
| -rw-r--r-- | java/openjdk8/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index b3ed018e987f..6654a7e0c1f7 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -330,6 +330,10 @@ BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/openjdk7 . endif .endif +.if ${BOOTSTRAPJDKDIR} == ${LOCALBASE}/openjdk8 +CONFIGURE_ARGS+= --enable-sjavac +.endif + # PR193009: work around the rtld bug .if ${OSVERSION} < 1001511 CONFIGURE_ARGS+= --enable-static-libjli |
