--- config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 223207e..6232f46 100644 --- a/config.mk +++ b/config.mk _AT_@ -13,6 +13,8 @@ DEFVERSION = "1.06" # txt (textual) #UI=txt # ti (screen-oriented) +# You can use pkg-config --libs curses or --libs ncurses to to find these if +# your system has it installed. UI=ti LIBS=-lcurses _AT_@ -27,7 +29,7 @@ IOCFLAGS = -DUSE_TLS # OS compilation flags are used to expose the system interfaces # Linux, OpenBSD OSCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE -OSLDFLAGS = +OSLDFLAGS = # NetBSD, using default pkgsrc path #OSCFLAGS = -I/usr/pkg/include #OSLDFLAGS = -L/usr/pkg/lib -R/usr/pkg/lib -- 2.35.1Received on Fri Aug 19 2022 - 20:33:52 CEST
This archive was generated by hypermail 2.3.0 : Fri Aug 19 2022 - 20:36:08 CEST