Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493204
Collapse All | Expand All

(-)speech_tools.orig/config/systems/GentooLinux.mak.old (-1 / +2 lines)
Lines 38-43 Link Here
38
 ###########################################################################
38
 ###########################################################################
39
39
40
MANDIR=$(INSTALL_PREFIX)/share/man
40
MANDIR=$(INSTALL_PREFIX)/share/man
41
GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
41
GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
42
GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
42
# Gentoo does not use termcap
43
# Gentoo does not use termcap
43
OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
44
OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl

Return to bug 493204