openbsd-ports/geo/spatialite/freexl/Makefile
jca 39445012cc 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.
2023-01-11 19:00:28 +00:00

13 lines
257 B
Makefile

COMMENT= extract valid data from within an Excel spreadsheet
PROJECT = freexl
DISTNAME= ${PROJECT}-1.0.6
REVISION= 0
CATEGORIES= converters geo
SHARED_LIBS= freexl 0.1 #2.0
LIB_DEPENDS= converters/libiconv
WANTLIB= charset iconv m
.include <bsd.port.mk>