diff --git a/config.mk b/config.mk index 36b74ac..219a19c 100644 --- 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