summaryrefslogtreecommitdiff
path: root/audio/asterisk-espeak/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/asterisk-espeak/files')
-rw-r--r--audio/asterisk-espeak/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/asterisk-espeak/files/patch-Makefile b/audio/asterisk-espeak/files/patch-Makefile
index a0a00cb17e80..9505440997e5 100644
--- a/audio/asterisk-espeak/files/patch-Makefile
+++ b/audio/asterisk-espeak/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2018-08-01 16:53:07 UTC
+--- Makefile.orig 2024-02-01 19:29:02 UTC
+++ Makefile
@@ -6,31 +6,18 @@
# the GNU General Public License Version 2. See the COPYING file
@@ -25,7 +25,7 @@
-LIBS+=-lespeak-ng -lsamplerate
+LIBS+=$(LDFLAGS) -lespeak-ng -lsamplerate
- CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -DAST_MODULE_SELF_SYM=__internal_app_espeak_self
+ CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE
all: app_espeak.so
- @echo " +-------- app_espeak Build Complete --------+"