commit: 8b6c625777e4f69d2e269495b0a30a77cb17ef1e
parent 8957ea66ba0f027b9e810dab7725341f07359e37
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 30 May 2021 01:15:37 -0700
less: Switch to netbsd-curses
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-I $dir',
- '-isystem $builddir/pkg/ncurses/include',
+ '-isystem $builddir/pkg/netbsd-curses/include',
}
cc('version.c')
@@ -12,8 +12,8 @@ exe('less', [[
lsystem.c mark.c optfunc.c option.c opttbl.c os.c
output.c pattern.c position.c prompt.c search.c signal.c
tags.c ttyin.c version.c.o
- $builddir/pkg/ncurses/libncurses.a
-]], {'pkg/ncurses/headers'})
+ $builddir/pkg/netbsd-curses/libcurses.a.d
+]], {'pkg/netbsd-curses/headers'})
file('bin/less', '755', '$outdir/less')
exe('lessecho', {'lessecho.c', 'version.c.o'})