aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/librewolf/fix-sqlite-vec-uint.patch
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-07-01 17:00:15 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-07-01 17:00:15 +0000
commite38d6fd796f2957058fed05a745ba9995358f2ee (patch)
tree13ac184806aa8bbe1f6c839a6385be36c82579a7 /repos/extra/librewolf/fix-sqlite-vec-uint.patch
parent55321678c3f9f2725216463eccdf34143555521c (diff)
downloadalicelinux-e38d6fd796f2957058fed05a745ba9995358f2ee.tar.gz
alicelinux-e38d6fd796f2957058fed05a745ba9995358f2ee.zip
librewolf: updated to 140.0.2.1
Diffstat (limited to 'repos/extra/librewolf/fix-sqlite-vec-uint.patch')
-rw-r--r--repos/extra/librewolf/fix-sqlite-vec-uint.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/repos/extra/librewolf/fix-sqlite-vec-uint.patch b/repos/extra/librewolf/fix-sqlite-vec-uint.patch
deleted file mode 100644
index 36a83a99..00000000
--- a/repos/extra/librewolf/fix-sqlite-vec-uint.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
-index 96612e2..d641b11 100644
---- a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
-+++ b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
-@@ -66,6 +66,7 @@ SQLITE_EXTENSION_INIT3
- #ifndef __COSMOPOLITAN__
- #ifndef __wasi__
- #ifndef __sun__
-+#ifndef linux
- typedef u_int8_t uint8_t;
- typedef u_int16_t uint16_t;
- typedef u_int64_t uint64_t;
-@@ -74,6 +75,7 @@ typedef u_int64_t uint64_t;
- #endif
- #endif
- #endif
-+#endif
-
- typedef int8_t i8;
- typedef uint8_t u8;