Build with -lcurses by default to be more generic

This commit is contained in:
lostd 2014-11-14 18:13:02 +02:00
parent 7c31c572a5
commit bd6b3e932e
2 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,7 @@ MANPREFIX = $(PREFIX)/man
#CPPFLAGS += -DDEBUG #CPPFLAGS += -DDEBUG
#CFLAGS += -g #CFLAGS += -g
LDLIBS = -lncursesw LDLIBS = -lcurses
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\ DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
noice.1 Makefile README LICENSE noice.1 Makefile README LICENSE

6
README
View file

@ -38,13 +38,9 @@ cases you just do:
It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes
for building on certain systems follow. for building on certain systems follow.
* NetBSD:
make LDLIBS="-lcurses"
* IRIX: * IRIX:
make CC="gcc" LDLIBS="-lgen -lcurses" make CC="gcc" LDLIBS="-lgen"
Contact Contact