aports/main/sqlite-tools/tclsqlite-tcl_size-macro.patch
Celeste 63ff8a0c6c main/sqlite-tools: upgrade to 3.47.0
add ext/misc to include search dirs for sqlite3_stdio.h used by sqldiff.c

parallelize tests on s390x and x86, sort archs alphabetically
2024-10-22 06:04:24 +00:00

16 lines
517 B
Diff

`typedef int Tcl_Size` in src/tclsqlite.c conflicts with `-DTcl_Size=int`.
--- a/autoconf/tea/tclconfig/tcl.m4
+++ b/autoconf/tea/tclconfig/tcl.m4
@@ -3139,10 +3139,6 @@
fi
fi
- if test "${TCL_MAJOR_VERSION}" -lt 9 -a "${TCL_MINOR_VERSION}" -lt 7; then
- AC_DEFINE(Tcl_Size, int, [Is 'Tcl_Size' in <tcl.h>?])
- fi
-
#--------------------------------------------------------------------
# Common compiler flag setup
#--------------------------------------------------------------------