From ebc84d483fe7a1cd9f60c7a88c5b49dc4effd733 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Tue, 7 Aug 2018 10:22:35 -0600 Subject: [PATCH] tweak thirdparty waf-setup for arch --- cinelerra-5.1/thirdparty/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index 5865b752..d1555b9d 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -221,7 +221,9 @@ LV2_PKGCFG:=$(subst : ,:,$(foreach p,lv2 serd sord sratom lilv suil,$(call pkg_c # lv2 define waf-setup -$(1).cfg_vars+=echo 'exec ./waf configure "$(DS)@"' > ./configure; chmod +x \ +$(1).cfg_vars+=./waf --version; find .waf* -type f -name "*.py" | \ + while read f; do sed -e '/StopIter/d' -i "$(DS)f"; done; \ + echo 'exec ./waf configure "$(DS)@"' > ./configure; chmod +x \ ./configure; PKG_CONFIG_PATH=$(LV2_PKGCFG) LD_LIBRARY_PATH=$(LV2_LIBPATH) $(1).cfg_params+=\ CFLAGS="-I$(call bld_path,lv2) $(foreach f,$(2), $(call inc_path,$(f))) -fPIC "\ -- 2.26.2