14 lines
567 B
Diff
14 lines
567 B
Diff
--- Makefile.orig 2018-10-18 11:46:33.917801273 -0700
|
|
+++ Makefile 2018-10-18 11:46:38.748833596 -0700
|
|
@@ -9,8 +9,8 @@
|
|
MAN_DIR ?= $(PREFIX)/share/man
|
|
DOC_DIR ?= $(PREFIX)/share/doc/loksh
|
|
|
|
-NCURSES_CFLAGS = $(shell pkg-config --cflags ncurses)
|
|
-NCURSES_LDFLAGS = $(shell pkg-config --libs ncurses)
|
|
+NCURSES_CFLAGS = $(shell pkg-config --cflags ncursesw)
|
|
+NCURSES_LDFLAGS = $(shell pkg-config --libs ncursesw)
|
|
|
|
OBJECTS = alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o \
|
|
exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o \
|