summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-09-13 20:26:49 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-09-13 20:26:53 +0300
commit097dc8b9299621ca0ab32f287056177e92bd73fb (patch)
tree01c631f4bcfffbbe3e1800015f47219b8d18b86a
parent1896030fdb06a7dfde3b1713a5c4f0b49c3c46d7 (diff)
Revert "soundtouch: Don't use -fcheck-new on iOS"
This reverts commit 36acd9a7a051bd2b9859a3a9522162c8025c5ef7. For GIT-based recipes we can't add patches, otherwise they are added for every single GIT-based recipe for some reason.
-rw-r--r--recipes/soundtouch.recipe1
-rw-r--r--recipes/soundtouch/0001-Don-t-use-fcheck-new.patch26
2 files changed, 0 insertions, 27 deletions
diff --git a/recipes/soundtouch.recipe b/recipes/soundtouch.recipe
index 2d34428e..1021842c 100644
--- a/recipes/soundtouch.recipe
+++ b/recipes/soundtouch.recipe
@@ -18,4 +18,3 @@ class Recipe(recipe.Recipe):
self.configure_options += ' --with-gnustl '
elif self.config.target_platform == Platform.IOS:
self.autoreconf = True
- self.patches += ['soundtouch/0001-Don-t-use-fcheck-new.patch']
diff --git a/recipes/soundtouch/0001-Don-t-use-fcheck-new.patch b/recipes/soundtouch/0001-Don-t-use-fcheck-new.patch
deleted file mode 100644
index f56b3ee1..00000000
--- a/recipes/soundtouch/0001-Don-t-use-fcheck-new.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From c9570c1c6bc02b3ba262ad1ab2a6af50ce739d79 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
-Date: Sat, 13 Sep 2014 18:56:29 +0200
-Subject: [PATCH] Don't use -fcheck-new
-
-It's not supported by newer clang
----
- source/SoundTouch/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source/SoundTouch/Makefile.am b/source/SoundTouch/Makefile.am
-index 94e9271..2dfa29e 100644
---- a/source/SoundTouch/Makefile.am
-+++ b/source/SoundTouch/Makefile.am
-@@ -32,7 +32,7 @@ libSoundTouch_la_SOURCES=AAFilter.cpp FIRFilter.cpp FIFOSampleBuffer.cpp RateTra
-
-
- # Compiler flags
--AM_CXXFLAGS=-O3 -fcheck-new -I../../include $(GNUSTL_CFLAGS)
-+AM_CXXFLAGS=-O3 -I../../include $(GNUSTL_CFLAGS)
-
- # Compile the files that need MMX and SSE individually.
- libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la $(GNUSTL_LIBS)
---
-1.9.3 (Apple Git-50)
-