From bd6b3e932eab81101100dbdfa8517b2a0a055b8b Mon Sep 17 00:00:00 2001 From: lostd Date: Fri, 14 Nov 2014 18:13:02 +0200 Subject: [PATCH] Build with -lcurses by default to be more generic --- Makefile | 2 +- README | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 85114c72..7acef009 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MANPREFIX = $(PREFIX)/man #CPPFLAGS += -DDEBUG #CFLAGS += -g -LDLIBS = -lncursesw +LDLIBS = -lcurses DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\ noice.1 Makefile README LICENSE diff --git a/README b/README index 4f3b7896..236e5b4b 100644 --- a/README +++ b/README @@ -38,13 +38,9 @@ cases you just do: It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes for building on certain systems follow. - * NetBSD: - - make LDLIBS="-lcurses" - * IRIX: - make CC="gcc" LDLIBS="-lgen -lcurses" + make CC="gcc" LDLIBS="-lgen" Contact