summaryrefslogtreecommitdiff
path: root/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch')
-rw-r--r--app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch b/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch
deleted file mode 100644
index 35011735cc8c..000000000000
--- a/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- speech_tools.orig/config/systems/GentooLinux.mak.old 2013-11-24 01:49:44.000000000 +0200
-+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 +0200
-@@ -38,6 +38,7 @@
- ###########################################################################
-
- MANDIR=$(INSTALL_PREFIX)/share/man
-+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
- GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
- # Gentoo does not use termcap
--OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
-+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl