libhdf5: add package
[termux-packages] / packages / espeak / Makefile.patch
1 diff -u -r ../espeak-ng-1.49.1/Makefile.am ./Makefile.am
2 --- ../espeak-ng-1.49.1/Makefile.am 2017-01-21 21:57:13.000000000 +0100
3 +++ ./Makefile.am 2017-02-01 00:30:07.810286033 +0100
4 @@ -121,7 +121,7 @@
5
6 lib_LTLIBRARIES += src/libespeak-ng.la
7
8 -src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lpthread -lm \
9 +src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lm \
10 ${PCAUDIOLIB_LIBS}
11
12 src_libespeak_ng_la_CFLAGS = -Isrc/include -Isrc/include/compat \
13 diff -u -r ../espeak-ng-1.49.1/Makefile.in ./Makefile.in
14 --- ../espeak-ng-1.49.1/Makefile.in 2017-01-21 21:57:17.000000000 +0100
15 +++ ./Makefile.in 2017-02-01 00:30:24.202085646 +0100
16 @@ -472,7 +472,7 @@
17 src/include/espeak-ng/espeak_ng.h \
18 src/include/espeak-ng/speak_lib.h
19
20 -src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lpthread -lm \
21 +src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lm \
22 ${PCAUDIOLIB_LIBS}
23
24 src_libespeak_ng_la_CFLAGS = -Isrc/include -Isrc/include/compat -fPIC \