1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Prefer checking libncursesw.so for base ncurses

While base still provides libncurses.so (as a symlink to libncurses.so in -current)
libncursesw.so is still prefered
This commit is contained in:
Baptiste Daroussin 2021-01-07 14:01:31 +00:00
parent 67ae71f465
commit 5ea4ab9d0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560711

View File

@ -27,7 +27,7 @@
_INCLUDE_USES_NCURSES_MK= yes
.if empty(ncurses_ARGS)
. if !exists(${DESTDIR}/${LOCALBASE}/lib/libncurses.so) && exists(${DESTDIR}/usr/lib/libncurses.so)
. if !exists(${DESTDIR}/${LOCALBASE}/lib/libncurses.so) && exists(${DESTDIR}/usr/lib/libncursesw.so)
ncurses_ARGS= base
. else
ncurses_ARGS= port