aboutsummaryrefslogtreecommitdiffstats
path: root/community/fa/fix-fennel-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/fa/fix-fennel-version.patch')
-rw-r--r--community/fa/fix-fennel-version.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/fa/fix-fennel-version.patch b/community/fa/fix-fennel-version.patch
new file mode 100644
index 00000000000..c2bd8eeda03
--- /dev/null
+++ b/community/fa/fix-fennel-version.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -23,7 +23,7 @@
+ install -Dm755 ./dists/fa.lua -D $(DESTDIR)/fa
+
+ compile-bin:
+- cd ./src/ && fennel --compile-binary fa.fnl ../dists/fa-bin $(STATIC_LUA_LIB) $(LUA_INCLUDE_DIR)
++ cd ./src/ && fennel$(LUAV) --compile-binary fa.fnl ../dists/fa-bin $(STATIC_LUA_LIB) $(LUA_INCLUDE_DIR)
+
+ install-bin:
+ install -Dm755 ./dists/fa-bin -D $(DESTDIR)/fa