void-packages/srcpkgs/espeakup/patches/use-with-espeak-ng.patch
joey 57894908f7
espeakup: switch to espeak-ng
Closes: #27193 [via git-merge-pr]
2020-12-20 20:26:40 +01:00

11 lines
274 B
Diff

--- Makefile.orig 2020-12-15 20:40:30.660983776 -0500
+++ Makefile 2020-12-15 20:41:07.473982625 -0500
@@ -6,7 +6,7 @@
WARNFLAGS = -Wall
CFLAGS += ${DEPFLAGS} ${WARNFLAGS}
-LDLIBS = -lespeak -lpthread
+LDLIBS = -lespeak-ng -lpthread
INSTALL = install
BINMODE = 0755