diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-30 01:15:37 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-03 01:04:37 -0700 |
| commit | 8b6c625777e4f69d2e269495b0a30a77cb17ef1e (patch) | |
| tree | 38a4676e3a1e1a6072ef0542e3b993e2960808d4 /pkg | |
| parent | 8957ea66ba0f027b9e810dab7725341f07359e37 (diff) | |
less: Switch to netbsd-curses
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/less/gen.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua index 1117fa80..7d3b3eee 100644 --- 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'}) |
