summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-08-10 19:44:27 +0200
committerSam James <sam@gentoo.org>2022-08-23 06:26:45 +0100
commitbdd4d90356543a6c1e5d575de47efd5d4b8d7e27 (patch)
tree9c0f713f3749c60d9c20c34a2d1a3118d21038bf /dev-vcs/fossil
parentdev-util/ropper: add 1.13.8 (diff)
downloadgentoo-bdd4d90356543a6c1e5d575de47efd5d4b8d7e27.tar.gz
gentoo-bdd4d90356543a6c1e5d575de47efd5d4b8d7e27.tar.bz2
gentoo-bdd4d90356543a6c1e5d575de47efd5d4b8d7e27.zip
dev-vcs/fossil: remove unused patch
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/26815 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/fossil')
-rw-r--r--dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch b/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
deleted file mode 100644
index 9c7b57bfd37d..000000000000
--- a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://bugs.gentoo.org/835810
-https://fossil-scm.org/home/vpatch?from=d862cb71d6266449&to=8af827342f4c4a77
-https://fossil-scm.org/forum/info/549da79dd9
-
---- a/tools/sqlcompattest.c
-+++ b/tools/sqlcompattest.c
-@@ -62,11 +62,10 @@
- version=(major*1000000)+(minor*1000)+release;
-
- int i;
- static const char *zRequiredOpts[] = {
- "ENABLE_FTS4", /* Required for repository search */
-- "ENABLE_JSON1", /* Required for the check-in locking protocol */
- "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
- };
-
- /* Check minimum SQLite version number */
- if( sqlite3_libversion_number()<version ){
-
-