HomeFreeBSD

shells/bash: fix compilation after libncurses split in base

Description

shells/bash: fix compilation after libncurses split in base

bash actually only requires libtinfo, but up to recent change in
14.0-CURRENT, libtinfo and libncurses were bundled into one single libs,
so linking only to libncurses was not a problem.

By telling bash to link to libtinfo and not to libncurses, it works on
both system where ncurses has been split and those without the split as
there is a libtinfow.so symlink to libncursesw.so on those.

Details

Provenance
baptAuthored on Oct 6 2021, 7:51 AM
Parents
R11:802ee791a8da: databases/py-pgxnclient: Update to 1.3.2
Branches
Unknown
Tags
Unknown