From: Travis Cross Date: Tue, 18 Mar 2014 21:36:37 +0000 (+0000) Subject: Edit out gcc-ism from soundtouch lib X-Git-Tag: v1.5.12~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2117f70acf66eb64288aa031f0346420eb02535f;p=thirdparty%2Ffreeswitch.git Edit out gcc-ism from soundtouch lib This allows building mod_soundtouch in clang as clang doesn't support gcc's -fcheck-new. --- diff --git a/src/mod/applications/mod_soundtouch/Makefile.am b/src/mod/applications/mod_soundtouch/Makefile.am index 183d71e09f..0c2e8270a6 100644 --- a/src/mod/applications/mod_soundtouch/Makefile.am +++ b/src/mod/applications/mod_soundtouch/Makefile.am @@ -16,6 +16,7 @@ BUILT_SOURCES=$(LA) $(SNDT_SRC): $(GETLIB) $(VERSION).tar.gz + sed -i'' -e 's/-fcheck-new//' $(top_srcdir)/libs/soundtouch/source/SoundTouch/Makefile.am $(SNDT_BUILD)/Makefile: $(SNDT_SRC) mkdir -p $(SNDT_BUILD)/config/m4