summaryrefslogtreecommitdiff
path: root/media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch')
-rw-r--r--media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch b/media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch
new file mode 100644
index 000000000000..45db427d70b4
--- /dev/null
+++ b/media-sound/mangler/files/mangler-1.2.5-espeak-ng.patch
@@ -0,0 +1,14 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -117,9 +117,9 @@ if test "$disable_ui" != "yes" ; then
+ fi
+
+ if test "$enable_espeak" != "no" ; then
+- AC_CHECK_LIB([espeak], [espeak_Initialize], [
++ AC_CHECK_LIB([espeak-ng], [espeak_Initialize], [
+ AC_DEFINE(HAVE_ESPEAK, 1, [have espeak])
+- LIBS="-lespeak $LIBS"
++ LIBS="-lespeak-ng $LIBS"
+ echo "Enabled optional eSpeak support."
+ ], [
+ echo "Optional eSpeak support is not enabled."