HomeFreeBSD

Fix vi build on Linux/macOS

Description

Fix vi build on Linux/macOS

This absolute include causes a build failure on Linux for me:
.../cheri/freebsd/contrib/nvi/cl/../common/common.h:10:10: fatal error: '/usr/include/db.h' file not found

This change patches the file to use #include <db.h> instead until a
solution has been found upstream. See also https://github.com/lichray/nvi2/issues/69

Reviewed By: bapt
Differential Revision: https://reviews.freebsd.org/D26480

(cherry picked from commit 2bd2b113353d79cc7bdd315c3c76e0fc13218219)

Details

Provenance
arichardsonAuthored on Sep 21 2020, 9:03 AM
baptCommitted on Sep 22 2021, 10:27 AM
Reviewer
bapt
Differential Revision
D26480: Fix vi build on Linux/macOS
Parents
rGb4a70dd2a25c: Update nvi to 2.2.0
Branches
Unknown
Tags
Unknown