aboutsummaryrefslogtreecommitdiff
path: root/www/nift
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-18 19:25:26 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-18 19:25:26 +0000
commitec04d51d6269bd647a87f1469d0fa90779f20dbf (patch)
treee6bdbd1ced5f8b2b573903e84ae9eea864857374 /www/nift
parent1238c17dd600602c42f49f5a21bb53713dbf4d38 (diff)
downloadports-ec04d51d6269bd647a87f1469d0fa90779f20dbf.tar.gz
ports-ec04d51d6269bd647a87f1469d0fa90779f20dbf.zip
www/nift: fix build on powerpc64le
Add the same exclude that exists for powerpc64.
Notes
Notes: svn path=/head/; revision=552678
Diffstat (limited to 'www/nift')
-rw-r--r--www/nift/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nift/Makefile b/www/nift/Makefile
index 0cb82419ba53..fe148cd0bade 100644
--- a/www/nift/Makefile
+++ b/www/nift/Makefile
@@ -23,7 +23,9 @@ OPTIONS_SINGLE_LUA= BUNDLED_LUAJIT BUNDLED_LUA53 PORTS_LUAJIT PORTS_LUA53 PORTS_
OPTIONS_DEFAULT= BUNDLED_LUAJIT
OPTIONS_DEFAULT_powerpc64= BUNDLED_LUA53
+OPTIONS_DEFAULT_powerpc64le= BUNDLED_LUA53
OPTIONS_EXCLUDE_powerpc64= BUNDLED_LUAJIT
+OPTIONS_EXCLUDE_powerpc64le= BUNDLED_LUAJIT
BUNDLED_LUAJIT_DESC= Use the bundled LuaJIT
BUNDLED_LUA53_DESC= Use the bundled Lua 5.3