summaryrefslogtreecommitdiffstats
path: root/app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch
blob: 8fd110aac9dbfe63e2b523c967100a8795b1b142 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -uNr speech_tools.orig/config/systems/GentooLinux.mak speech_tools/config/systems/GentooLinux.mak
--- speech_tools.orig/config/systems/GentooLinux.mak	2013-08-06 22:35:28.000000000 -0400
+++ speech_tools/config/systems/GentooLinux.mak	2013-08-06 22:36:18.000000000 -0400
@@ -38,5 +38,6 @@
  ###########################################################################
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(LDFLAGS) -ldl -lncurses
+OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl