提交 34d5b6e8 authored 作者: Travis Cross's avatar Travis Cross

Edit out gcc-ism from soundtouch lib

This allows building mod_soundtouch in clang as clang doesn't support
gcc's -fcheck-new.
上级 cac3edcb
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论