head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.20.00.52.49; author nia; state Exp; branches; next ; commitid nqNBqdC2NKmpmtKG; desc @@ 1.1 log @lzsa: Various build fixes. Define the correct _POSIX_C_SOURCE to get a definition of ftello(3). Make sure the user's choice of compiler is honoured instead of always using clang. Verified to build on FreeBSD, NetBSD, macOS, Linux. @ text @$NetBSD$ Define the correct standard version for ftello(3). --- src/dictionary.c.orig 2026-06-20 00:44:31.904787286 +0000 +++ src/dictionary.c @@@@ -30,7 +30,7 @@@@ * */ -#define _POSIX_C_SOURCE 200808 +#define _POSIX_C_SOURCE 200809L #include #include #include @