diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-09-13 20:26:49 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-09-13 20:26:53 +0300 |
commit | 097dc8b9299621ca0ab32f287056177e92bd73fb (patch) | |
tree | 01c631f4bcfffbbe3e1800015f47219b8d18b86a /recipes/soundtouch.recipe | |
parent | 1896030fdb06a7dfde3b1713a5c4f0b49c3c46d7 (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.
Diffstat (limited to 'recipes/soundtouch.recipe')
-rw-r--r-- | recipes/soundtouch.recipe | 1 |
1 files changed, 0 insertions, 1 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'] |