summaryrefslogtreecommitdiff
path: root/pkg/vis
diff options
context:
space:
mode:
authorhovercats <hovercatswithlasereyes@protonmail.com>2024-01-02 18:12:37 +0100
committerMichael Forney <mforney@mforney.org>2024-01-02 10:38:36 -0800
commitde724b3a6f8c00592d2046971df497253d3bfffc (patch)
tree7f3cda900a2fa4144e9e3fd9959d0cb327f85ad9 /pkg/vis
parent9c28ed7d4e5a874a6221dbf8c27e97a2bf6bcb85 (diff)
vis: fix build with lua 5.4.x
Diffstat (limited to 'pkg/vis')
-rw-r--r--pkg/vis/gen.lua1
-rw-r--r--pkg/vis/ver2
2 files changed, 2 insertions, 1 deletions
diff --git a/pkg/vis/gen.lua b/pkg/vis/gen.lua
index 1bc64a53..6cb67e8c 100644
--- a/pkg/vis/gen.lua
+++ b/pkg/vis/gen.lua
@@ -9,6 +9,7 @@ cflags{
'-D CONFIG_SELINUX=0',
'-D CONFIG_ACL=0',
'-D HAVE_MEMRCHR=1',
+ '-D LUA_COMPAT_APIINTCASTS',
'-D _XOPEN_SOURCE=700',
[[-D 'VERSION="$version"']],
string.format([[-D 'VIS_PATH="%s/share/vis"']], config.prefix),
diff --git a/pkg/vis/ver b/pkg/vis/ver
index d6a3e584..8e75eb8b 100644
--- a/pkg/vis/ver
+++ b/pkg/vis/ver
@@ -1 +1 @@
-0.7 r0
+0.7 r1