adr-adr

Results 3 issues of adr-adr

Hi, I'm making a pkgsrc port of espeak-ng. This no-brainer patch fix the inclusion of using config.h: ``` --- src/libespeak-ng/spect.c.orig 2022-04-02 19:24:41.000000000 +0000 +++ src/libespeak-ng/spect.c @@ -25,7 +25,12 @@ #include...

Hi, this patch resolve the issue stated in the title: ``` --- src/libespeak-ng/speech.c.orig 2022-04-02 19:24:41.000000000 +0000 +++ src/libespeak-ng/speech.c @@ -881,15 +881,14 @@ ESPEAK_API const char *espeak_TextToPhon ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Cancel(void) {...

Hi, I'm making a pkgsrc port of the last release. Can you take a look at these small patches? Thanks. ``` ============================================= --- Makefile.orig 2019-12-17 16:05:14.000000000 +0000 +++ Makefile @@...