mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Add libcurses, remove ltermcap
That's how modern distributions roll (and have, for a long time. I just haven't committed this). Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c2a7e41fae
commit
a3022faaed
4
makefile
4
makefile
@ -23,9 +23,9 @@ CFLAGS=-O2 -Wall
|
||||
DEFINES=-DAUTOCONF -DPOSIX -DUSG -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE=600 # Linux
|
||||
#DEFINES=-DAUTOCONF
|
||||
#LIBS=-ltermcap # BSD
|
||||
#LIBS=-lcurses # SYSV
|
||||
LIBS=-lcurses # SYSV
|
||||
#LIBS=-ltermlib
|
||||
LIBS=-L/usr/lib/termcap -ltermcap
|
||||
#LIBS=-L/usr/lib/termcap -ltermcap
|
||||
LFLAGS=-hbx
|
||||
BINDIR=/usr/bin
|
||||
LIBDIR=/usr/lib
|
||||
|
Loading…
Reference in New Issue
Block a user