CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/01/11 12:00:28
Modified files:
geo/spatialite/freexl: Makefile
geo/spatialite/freexl/patches: patch-src_freexl_c
Log message:
Use local swap16/swap32 functions instead of the defines from endian.h
The local functions take a pointer to an integer, not an integer, so
the endian.h macros aren't a proper replacement. This fixes the build
with clang 15.
