diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-06-06 21:20:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-06-06 21:20:38 +0200 |
commit | 83b1bbf35b53f7becef8bba1f5c11ede1d57e0e1 (patch) | |
tree | 2b3c8c57be402e81bd65579d2477cc4d8262e37f /media-sound | |
parent | net-libs/libflowmanager: Prune libtool files. (diff) | |
download | gentoo-83b1bbf35b53f7becef8bba1f5c11ede1d57e0e1.tar.gz gentoo-83b1bbf35b53f7becef8bba1f5c11ede1d57e0e1.tar.bz2 gentoo-83b1bbf35b53f7becef8bba1f5c11ede1d57e0e1.zip |
media-sound/helm: [QA] Remove binary garbage from patch.
Bug: 620814
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/helm/files/helm-0.4.1-gcc6.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/helm/files/helm-0.4.1-gcc6.patch b/media-sound/helm/files/helm-0.4.1-gcc6.patch index efb54f0b5c58..d71587296b92 100644 --- a/media-sound/helm/files/helm-0.4.1-gcc6.patch +++ b/media-sound/helm/files/helm-0.4.1-gcc6.patch @@ -4,7 +4,7 @@ Date: Tue, 20 Sep 2016 17:33:14 -0400 Subject: [PATCH] Assume there exists lround if compiling with g++ in C++11 or later -GCC-6 doesn't define HAVE_LROUND, but lround is valid in C++ in dialects >= c++11. +GCC-6 doesn't define HAVE_LROUND, but lround is valid in C++ in dialects >= c++11. --- JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |