- Fix build after libmytinfo removal
Reported by: kris
This commit is contained in:
parent
78f4c27881
commit
5d2b3763c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183882
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $FreeBSD$
|
|||
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
-#LIBS = -lncurses -lmytinfo -lcompat
|
||||
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
+LIBS = -lreadline -lncurses -lmytinfo -lcompat
|
||||
+LIBS = -lreadline -lncurses -lcompat
|
||||
|
||||
###########################
|
||||
# MAC OS X
|
||||
|
|
Loading…
Reference in a new issue