aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-07-15 08:42:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-15 08:42:47 -0700
commita3022faaed6e03c971ec9a648a2854650b963a4c (patch)
tree94c1dcd3734f46be2fd7623e4245154e974558bb
parentc2a7e41fae342531dbd0b8ba74136ad90b060817 (diff)
downloaduemacs-a3022faaed6e03c971ec9a648a2854650b963a4c.tar.gz
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>
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 73f4c43..60b8aa6 100644
--- a/makefile
+++ b/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