diff --git a/Carla-gcc10-include.patch b/Carla-gcc10-include.patch new file mode 100644 index 0000000..e0a4f38 --- /dev/null +++ b/Carla-gcc10-include.patch @@ -0,0 +1,12 @@ +--- a/source/libjack/libjack.hpp.orig 2020-02-07 11:50:53.267552094 +0100 ++++ b/source/libjack/libjack.hpp 2020-02-07 11:52:53.336539210 +0100 +@@ -15,6 +15,9 @@ + * For a full copy of the GNU General Public License see the doc/GPL.txt file. + */ + ++// needed by gcc10 ++#include ++ + #ifndef CARLA_LIBJACK_HPP_INCLUDED + #define CARLA_LIBJACK_HPP_INCLUDED + diff --git a/Carla.spec b/Carla.spec index a420dea..5590c35 100644 --- a/Carla.spec +++ b/Carla.spec @@ -56,6 +56,7 @@ Summary: Audio plugin host License: GPLv2+ and BSD and Boost and ISC and MIT and zlib URL: https://github.com/falkTX/Carla Source0: https://github.com/falkTX/%{name}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +Patch0: %{name}-gcc10-include.patch BuildRequires: gcc gcc-c++ BuildRequires: pkgconfig(alsa) @@ -212,6 +213,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog * Fri Feb 07 2020 Martin Gansser - 2.1-4.beta1.git74eef49 - Update to 2.1-4.beta1.git74eef49 +- Add Carla-gcc10-include.patch * Tue Jan 28 2020 Fedora Release Engineering - 2.1-3.beta13322c9f - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild