diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-29 22:52:13 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-29 22:52:13 +0800 |
commit | 0109871be7f4defa811d2e308db09de0ee44b2c5 (patch) | |
tree | 3379e2436d637162daa5c57f792fd814a8d52294 /lang | |
parent | b093f9d546555a10aac7b2fa19736c2ccfc6a152 (diff) | |
download | freebsd-ports-gnome-0109871be7f4defa811d2e308db09de0ee44b2c5.tar.gz freebsd-ports-gnome-0109871be7f4defa811d2e308db09de0ee44b2c5.tar.zst freebsd-ports-gnome-0109871be7f4defa811d2e308db09de0ee44b2c5.zip |
lang/nim: disable DOCS for powerpc64
It resulted in infinite memory allocation.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile index c1845741efc7..9a6000552d3e 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -26,6 +26,7 @@ TOOLS_DESC= Build and install nim tools, including nimble OPTIONS_DEFINE= DOCS TOOLS OPTIONS_DEFAULT= DOCS TOOLS +OPTIONS_EXCLUDE_powerpc64= DOCS TEST_BINARY_ALIAS= node=nodejs |