diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2019-03-29 15:41:06 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2019-03-29 15:41:06 +0000 |
| commit | 40d8a17508f736e2dd0a08b3fb02853956c27ce8 (patch) | |
| tree | 261a7124051391dfdef520b7e5a0813ca2f06c28 /java | |
| parent | textproc/py-normality: Update to 1.0.0 (diff) | |
Temporarily disable DTRACE on i386
PR: 236876
Notes
Notes:
svn path=/head/; revision=497156
Diffstat (limited to 'java')
| -rw-r--r-- | java/openjdk11/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index aab32398480a..a7fd3dd0536c 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -89,6 +89,10 @@ JDK_BUILD_TYPE= release .include <bsd.port.pre.mk> +.if ${ARCH} == i386 +CONFIGURE_ARGS+= --disable-dtrace +.endif + BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk11 \ ${LOCALBASE}/bootstrap-openjdk11 |
