commit: de724b3a6f8c00592d2046971df497253d3bfffc
parent 9c28ed7d4e5a874a6221dbf8c27e97a2bf6bcb85
Author: hovercats <hovercatswithlasereyes@protonmail.com>
Date: Tue, 2 Jan 2024 18:12:37 +0100
vis: fix build with lua 5.4.x
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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
@@ -1 +1 @@
-0.7 r0
+0.7 r1