diff options
Diffstat (limited to 'pkg/less/gen.lua')
| -rw-r--r-- | pkg/less/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua index 759e10a4..8794a541 100644 --- 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', } |
