# Disabled until #245417 is sorted out.
#$(use_with berkdb hashed-db)
- # ncurses is dumb and doesn't install .pc files unless pkg-config
- # is also installed. Force the tests to go our way. Note that it
- # doesn't actually use pkg-config ... it just looks for set vars.
- # This is fixed in newer versions:
- # https://lists.gnu.org/archive/html/bug-ncurses/2015-08/msg00026.html
+ # Enable installation of .pc files.
--enable-pc-files
- --with-pkg-config="$(tc-getPKG_CONFIG)"
# This path is used to control where the .pc files are installed.
--with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"