summaryrefslogtreecommitdiff
path: root/lang/LuaJIT2
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-24 10:41:49 +0000
committernia <nia@pkgsrc.org>2020-06-24 10:41:49 +0000
commit9f4baee085ed48967008d1e8b2d9e00c910d049a (patch)
treeaf06bb8c53f2798c44c681e9df1b26c078efe5aa /lang/LuaJIT2
parent2a1b8e3688a34172616e1f3739226da2512d9924 (diff)
downloadpkgsrc-9f4baee085ed48967008d1e8b2d9e00c910d049a.tar.gz
LuaJIT2: sprinkle ONLY_FOR_PLATFORM
Diffstat (limited to 'lang/LuaJIT2')
-rw-r--r--lang/LuaJIT2/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/LuaJIT2/Makefile b/lang/LuaJIT2/Makefile
index 5e91396afeb..1447abc07e2 100644
--- a/lang/LuaJIT2/Makefile
+++ b/lang/LuaJIT2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:26 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/24 10:41:49 nia Exp $
#
DISTNAME= LuaJIT-2.0.5
@@ -14,6 +14,14 @@ LICENSE= mit
USE_TOOLS+= gmake
+# LuaJIT 2.1.0 will support mips64 and aarch64.
+ONLY_FOR_PLATFORM+= *-*-*arm*
+ONLY_FOR_PLATFORM+= *-*-i386
+ONLY_FOR_PLATFORM+= *-*-mipseb
+ONLY_FOR_PLATFORM+= *-*-mipsel
+ONLY_FOR_PLATFORM+= *-*-powerpc
+ONLY_FOR_PLATFORM+= *-*-x86_64
+
NOT_PAX_MPROTECT_SAFE+= bin/luajit
# Address pkg/47587 lua not linked to pthread causes issues with modules