summaryrefslogtreecommitdiffstats
path: root/development/quickjs/patches/02-qjsc.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/quickjs/patches/02-qjsc.c.patch')
-rw-r--r--development/quickjs/patches/02-qjsc.c.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/quickjs/patches/02-qjsc.c.patch b/development/quickjs/patches/02-qjsc.c.patch
index fb1bb58d4e..13d725fba2 100644
--- a/development/quickjs/patches/02-qjsc.c.patch
+++ b/development/quickjs/patches/02-qjsc.c.patch
@@ -1,7 +1,7 @@
This is a simple patch to compile on 64 bit systems.
---- quickjs-2021-03-27/qjsc.c 2021-03-27 07:00:32.000000000 -0300
-+++ quickjs-2021-03-27-modified/qjsc.c 2022-07-31 19:54:12.464023282 -0300
-@@ -420,7 +420,7 @@
+--- quickjs-2024-01-13/qjsc.c 2024-01-13 07:20:39.000000000 -0300
++++ quickjs-2024-01-13m/qjsc.c 2024-02-04 01:43:19.516094810 -0300
+@@ -419,7 +419,7 @@
pstrcpy(lib_dir, sizeof(lib_dir), exe_dir);
} else {
snprintf(inc_dir, sizeof(inc_dir), "%s/include/quickjs", CONFIG_PREFIX);