nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

commit 293c27dbbaaf0fcd981b3ccf3121c4973e420e13
parent 6219c4611a4f503b13956bd4a1a9c265cd99fb49
Author: sin <sin@2f30.org>
Date:   Fri,  7 Nov 2014 13:59:30 +0000

Use -lncursesw instead of -lcursesw as it is more widely supported

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ MANPREFIX = $(PREFIX)/man CPPFLAGS = -I/usr/local/include LDFLAGS = -L/usr/local/lib -LDLIBS = -lm -lcursesw -lfftw3 +LDLIBS = -lm -lncursesw -lfftw3 OBJ = nausea.o NAME = nausea