freebsd-ports/databases/proxysql/files/patch-deps_sqlite3_sqlite3__pass__exts.patch
Ryan Steinmetz 431a761bd7
databases/proxysql: Update to 2.6.3
- Mark i386 as BROKEN
- Note fdescfs requirement/add patch to use fdescfs
2024-06-03 17:52:17 -04:00

11 lines
408 B
Diff

--- deps/sqlite3/sqlite3_pass_exts.patch.orig 2024-06-03 21:25:24 UTC
+++ deps/sqlite3/sqlite3_pass_exts.patch
@@ -11,7 +11,7 @@
+////////////////////////////////////////////////////////////////////////////////
+
+// ctype.h
-+extern int toupper (int __c) __THROW;
++extern int toupper (int __c);
+
+// SHA256_crypt
+char * sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);