aboutsummaryrefslogtreecommitdiff
path: root/tools/bsdbox/Makefile.base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-01-04 16:29:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-01-05 13:01:32 +0000
commit821aa63a09402935da0a73abf20ba0441562aa07 (patch)
treeb1a1034d969a225e45fc85a376347eea3b391652 /tools/bsdbox/Makefile.base
parent9fd96b416c4572c83d4958763819bae83928cbce (diff)
downloadsrc-821aa63a09402935da0a73abf20ba0441562aa07.tar.gz
src-821aa63a09402935da0a73abf20ba0441562aa07.zip
ncurses: only keep the version with widechar support
Only keep the widechar version of ncurses as libncursesw.so.9 Keep the old name to avoid breaking the ABI compatibility (the non widechar version libncurses.so.9 is not binary compatible with libncursesw.so.9) since all ports and base are already only linking against the widechar version we can simply remove libncurses.so.9 Since the .9 version only lived in the dev branch and never ended in a release, it is simply removed and not added to any binary compat package. Add symlinks to keep build time compatibility for anyone linking against -lncurses
Diffstat (limited to 'tools/bsdbox/Makefile.base')
-rw-r--r--tools/bsdbox/Makefile.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base
index aac44480e2ca..f2ffc2e49f70 100644
--- a/tools/bsdbox/Makefile.base
+++ b/tools/bsdbox/Makefile.base
@@ -14,7 +14,7 @@ CRUNCH_ALIAS_tset= reset
CRUNCH_PROGS_usr.bin+= vmstat
#CRUNCH_PROGS_user.bin+= systat
-CRUNCH_LIBS+= -ldevstat -lncursesw -lncurses -lmemstat -lkvm -lelf
+CRUNCH_LIBS+= -ldevstat -lncursesw -lmemstat -lkvm -lelf
# CRUNCH_PROGS_usr.bin+= tar
CRUNCH_PROGS_usr.bin+= cpio