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$ Don't override the user's choice of compiler. --- Makefile.orig 2023-02-27 17:23:00.000000000 +0000 +++ Makefile @@@@ -1,5 +1,4 @@@@ -CC=clang -CFLAGS=-O3 -g -fomit-frame-pointer -Isrc/libdivsufsort/include -Isrc +CFLAGS+=-Isrc/libdivsufsort/include -Isrc OBJDIR=obj LDFLAGS= @