Lines 38-42
Link Here
|
38 |
########################################################################### |
38 |
########################################################################### |
39 |
|
39 |
|
40 |
MANDIR=$(INSTALL_PREFIX)/share/man |
40 |
MANDIR=$(INSTALL_PREFIX)/share/man |
|
|
41 |
GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses) |
41 |
# Gentoo does not use termcap |
42 |
# Gentoo does not use termcap |
42 |
OS_LIBS = $(LDFLAGS) -ldl -lncurses |
43 |
OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl |