summarylogtreecommitdiffstats
path: root/make_4.3_error_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'make_4.3_error_fix.patch')
-rw-r--r--make_4.3_error_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/make_4.3_error_fix.patch b/make_4.3_error_fix.patch
deleted file mode 100644
index ea795196ca2e..000000000000
--- a/make_4.3_error_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk old
-+++ libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk new
-@@ -96,7 +96,7 @@ define parse_addon
- $(eval ADDON_SOURCES=$(PARSED_ADDONS_SOURCE_FILES)) \
- $(eval PROCESS_NEXT=0) \
- $(if $(wildcard $(addon)/addon_config.mk), \
-- $(foreach var_line, $(subst $(space),?,$(shell cat $(addon)/addon_config.mk | tr '\n' '\t')), \
-+ $(foreach var_line, $(shell cat $(addon)/addon_config.mk | tr '\n ' '\t?'), \
- $(eval unscaped_var_line=$(strip $(subst ?, ,$(var_line)))) \
- $(if $(filter $(PROCESS_NEXT),1), $(eval $(unscaped_var_line))) \
- $(if $(filter %:,$(unscaped_var_line)), \