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:
parent
67ae71f465
commit
5ea4ab9d0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560711
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user