git: 008994a81d6b - main - lang/erlang-runtime20: fix build on powerpc64le
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Apr 15 14:19:24 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=008994a81d6b2f0db7aa786cbd25cfea47975f2e
commit 008994a81d6b2f0db7aa786cbd25cfea47975f2e
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-15 14:19:02 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-15 14:19:02 +0000
lang/erlang-runtime20: fix build on powerpc64le
---
lang/erlang-runtime20/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile
index cbcbf0e497aa..b6444733041a 100644
--- a/lang/erlang-runtime20/Makefile
+++ b/lang/erlang-runtime20/Makefile
@@ -45,6 +45,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE
OPTIONS_EXCLUDE_powerpc64= HIPE
+OPTIONS_EXCLUDE_powerpc64le= HIPE
OPTIONS_EXCLUDE_riscv64= DTRACE
DIRTY_DESC= Enable Dirty schedulers
More information about the dev-commits-ports-all
mailing list