summaryrefslogtreecommitdiffstats
path: root/source/xap/geeqie/geeqie-2.1-lua.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/geeqie/geeqie-2.1-lua.patch')
-rw-r--r--source/xap/geeqie/geeqie-2.1-lua.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/xap/geeqie/geeqie-2.1-lua.patch b/source/xap/geeqie/geeqie-2.1-lua.patch
new file mode 100644
index 000000000..c1c3c6de3
--- /dev/null
+++ b/source/xap/geeqie/geeqie-2.1-lua.patch
@@ -0,0 +1,14 @@
+--- geeqie-2.1/src/lua.cc 2023-06-17 14:12:30.000000000 +0200
++++ geeqie-2.1/src/lua.cc.new 2023-07-13 11:28:14.538188452 +0200
+@@ -24,9 +24,11 @@
+
+ #define _XOPEN_SOURCE
+
++extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
++}
+
+ #include <stdio.h>
+ #include <glib.h>