logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1c38f4ecffc9e42976a74ad32f0660660c1f1e63
parent 008a4df95629b778e7d1b607eeb4cfbba2b8c635
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 17 Mar 2024 00:01:03 -0700

less: Build with warning flags

Diffstat:

Mpkg/less/gen.lua2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua @@ -1,4 +1,6 @@ cflags{ + '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', + '-D _XOPEN_SOURCE=700', '-I $dir', '-isystem $builddir/pkg/netbsd-curses/include', }