freeswitch-stable: bump to 1.10.5
[feed/telephony.git] / net / freeswitch-stable / patches / 340-mod-spandsp-fix-typo.patch
1 --- a/src/mod/applications/mod_spandsp/Makefile.am
2 +++ b/src/mod/applications/mod_spandsp/Makefile.am
3 @@ -4,6 +4,6 @@ MODNAME=mod_spandsp
4 mod_LTLIBRARIES = mod_spandsp.la
5 mod_spandsp_la_SOURCES = mod_spandsp.c udptl.c mod_spandsp_fax.c mod_spandsp_dsp.c mod_spandsp_codecs.c mod_spandsp_modem.c
6 mod_spandsp_la_CFLAGS = $(AM_CFLAGS)
7 -mod_spandsp_la_CPPFLAGS = $(SPANDSL_CFLAGS) -I.
8 +mod_spandsp_la_CPPFLAGS = $(SPANDSP_CFLAGS) -I.
9 mod_spandsp_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LIBS) -ljpeg -lz -ltiff
10 mod_spandsp_la_LDFLAGS = -avoid-version -module -no-undefined -shared