20 lines
698 B
Diff
20 lines
698 B
Diff
Submitted By: Mario Fetka (mario dot fetka at gmail dot com)
|
|
Date: 2017-05-14
|
|
Initial Package Version: 0.4.99.98
|
|
Origin: me
|
|
Upstream Status: unknown
|
|
Description: ncurses 6.x has split ncursses/tinfo libs
|
|
|
|
|
|
diff -Naur opencbm-0.4.99.98.orig/opencbm/cbmlinetester/LINUX/Makefile opencbm-0.4.99.98/opencbm/cbmlinetester/LINUX/Makefile
|
|
--- opencbm-0.4.99.98.orig/opencbm/cbmlinetester/LINUX/Makefile 2017-05-14 06:19:02.585302812 +0000
|
|
+++ opencbm-0.4.99.98/opencbm/cbmlinetester/LINUX/Makefile 2017-05-14 06:20:09.604409904 +0000
|
|
@@ -3,6 +3,6 @@
|
|
|
|
PROG = cbmlinetester
|
|
CFLAGS += -DHAVE_NCURSES
|
|
-LINK_FLAGS += -lncurses
|
|
+LINK_FLAGS += -lncurses -ltinfo
|
|
|
|
include ${RELATIVEPATH}LINUX/prgrules.make
|