summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2021-04-02 11:05:03 +0200
committerMarco Pompili2021-04-02 11:05:03 +0200
commit646f642db4a613b74b463fa8381993ada2112b96 (patch)
tree56b36affb5eefc3ba2449f3ce73a40d4b3b5cf45
parentf53cc827edde2b023851a312d1479842892794cd (diff)
downloadaur-646f642db4a613b74b463fa8381993ada2112b96.tar.gz
removed unused patches
-rw-r--r--make_4.3_error_fix.patch11
-rw-r--r--openal_fix.patch14
2 files changed, 0 insertions, 25 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)), \
diff --git a/openal_fix.patch b/openal_fix.patch
deleted file mode 100644
index 23d92f4802de..000000000000
--- a/openal_fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- libs/openFrameworks/sound/ofOpenALSoundPlayer.bck 2020-01-01 13:36:59.501973818 +0100
-+++ libs/openFrameworks/sound/ofOpenALSoundPlayer.h 2020-01-01 13:37:52.486103430 +0100
-@@ -10,9 +10,9 @@
-
- typedef unsigned int ALuint;
- /** Opaque device handle */
--typedef struct ALCdevice_struct ALCdevice;
-+struct ALCdevice;
- /** Opaque context handle */
--typedef struct ALCcontext_struct ALCcontext;
-+struct ALCcontext;
-
-
-