mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
- Deleted upstreamed patches and added new {ldflags,prefix}.patch
Signed-off-by: Aditya Alok <alok@termux.dev>
12 lines
361 B
Diff
12 lines
361 B
Diff
--- b/src/modules/Makefile.am 2025-05-07 00:38:06.000000000 +0530
|
|
+++ speechd-0.12.1/src/modules/Makefile.am 2025-11-16 21:53:44.524566703 +0530
|
|
@@ -27,7 +27,7 @@
|
|
CLEANFILES = dummy-message.wav
|
|
|
|
inc_local = -I$(top_srcdir)/include -I$(top_srcdir)/src/common
|
|
-LDFLAGS =
|
|
+LDFLAGS ?=
|
|
|
|
if DARWIN_HOST
|
|
LDFLAGS += -Wl,-U,_module_speak -Wl,-U,_module_speak_sync
|