aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime20
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-01-23 11:27:43 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-01-23 11:27:43 +0000
commitb6d5a8c18b71a76602dd062327272962e43da8a7 (patch)
tree4717072f7f151e9d99b1d66bbc78393c45d4e878 /lang/erlang-runtime20
parent755ddd458f8ed04a6d2598a6aaa9c5dcd683f686 (diff)
downloadports-b6d5a8c18b71a76602dd062327272962e43da8a7.tar.gz
ports-b6d5a8c18b71a76602dd062327272962e43da8a7.zip
lang/erlang*: repair 32-bit x86 erlang builds
Having HIPE & NATIVE enabled breaks OTP on 32-bit x86. They have not built succesfully for quite some time. Reported by: pkg fallout Reviewed by: olgeni Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23296
Notes
Notes: svn path=/head/; revision=523921
Diffstat (limited to 'lang/erlang-runtime20')
-rw-r--r--lang/erlang-runtime20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile
index 3a42b48c651e..1c3c0971bc1d 100644
--- a/lang/erlang-runtime20/Makefile
+++ b/lang/erlang-runtime20/Makefile
@@ -51,7 +51,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP
OPTIONS_EXCLUDE_aarch64= DTRACE
OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
-OPTIONS_EXCLUDE_i386= DTRACE
+OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE
OPENSSL_VARS= BROKEN_SSL=openssl