URI: 
       Make config.mk for tinfo and ncurses separation possible. - catpoint - Catpoint simple presenting software.
  HTML git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/catpoint/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 784da2eb63697fff18243c3c1f0e3432b4240c69
   DIR parent 7f4f52730310c65d30761a75ded86e2d82863298
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue,  5 May 2020 13:13:42 +0200
       
       Make config.mk for tinfo and ncurses separation possible.
       
       Diffstat:
         M config.mk                           |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -9,6 +9,8 @@ MANPREFIX = ${PREFIX}/share/man
        
        # libs
        LIBS = -lncursesw
       +# Gentoo
       +#LIBS = -lncursesw -ltinfow
        
        # flags
        CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os