880579f55a
In addition to setting USES=ncurses: * align MASTER_SITES * align USES * change USES operator from += to = * line to libncurses rather than libtermcap * regenerate patches with makepatch approved by: infrastructure blanket
11 lines
210 B
Text
11 lines
210 B
Text
--- Makefile.in.orig 2013-04-04 16:55:06 UTC
|
|
+++ Makefile.in
|
|
@@ -17,7 +17,7 @@ CPPFLAGS = @CPPFLAGS@
|
|
EXEEXT = @EXEEXT@
|
|
O=o
|
|
|
|
-LIBS = @LIBS@
|
|
+LIBS = -lncurses
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|