11 lines
309 B
Text
11 lines
309 B
Text
--- Makefile.orig 2018-10-20 20:30:24 UTC
|
|
+++ Makefile
|
|
@@ -13,7 +13,7 @@
|
|
CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw)
|
|
LDLIBS += $(shell $(PKG_CONFIG) --libs ncursesw)
|
|
else
|
|
- LDLIBS += -lncurses
|
|
+ LDLIBS += -lncursesw
|
|
endif
|
|
|
|
DISTFILES = nlay nlay.1 nnn.c nnn.h nnn.1 Makefile README.md LICENSE
|