From 34d5b6e8657e28298470c09a614fc586b8bac761 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 18 Mar 2014 21:36:37 +0000 Subject: [PATCH] Edit out gcc-ism from soundtouch lib This allows building mod_soundtouch in clang as clang doesn't support gcc's -fcheck-new. --- src/mod/applications/mod_soundtouch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 0afa65ca69..63377a11c8 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -11,6 +11,7 @@ include $(BASE)/build/modmake.rules $(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