summaryrefslogtreecommitdiffstats
path: root/app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch')
-rw-r--r--app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch b/app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch
new file mode 100644
index 00000000..8fd110aa
--- /dev/null
+++ b/app-accessibility/speech-tools/files/speech-tools-2.5-all-ncurses-tinfo.patch
@@ -0,0 +1,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