Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650474 | Differences between
and this patch

Collapse All | Expand All

(-)speech_tools.orig/config/systems/GentooLinux.mak (-1 / +2 lines)
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

Return to bug 650474