From 69cba84a1b4e7211748509819bae3718f22c3b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 15 Mar 2019 21:31:10 +0100 Subject: [PATCH] guitarix: fix build with boost >= 1.69.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../0002-Fix-build-with-boost-1.69.0.patch | 38 +++++++++++++++++++ recipes-musicians/guitarix/guitarix_0.37.3.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 recipes-musicians/guitarix/guitarix/0002-Fix-build-with-boost-1.69.0.patch diff --git a/recipes-musicians/guitarix/guitarix/0002-Fix-build-with-boost-1.69.0.patch b/recipes-musicians/guitarix/guitarix/0002-Fix-build-with-boost-1.69.0.patch new file mode 100644 index 00000000..f19c6c88 --- /dev/null +++ b/recipes-musicians/guitarix/guitarix/0002-Fix-build-with-boost-1.69.0.patch @@ -0,0 +1,38 @@ +From d4e6aa415af0b3a836cbfb882a31e960e5e60246 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Fri, 15 Mar 2019 21:14:10 +0100 +Subject: [PATCH] Fix build with boost >= 1.69.0 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +| In file included from ../src/headers/engine.h:73, +| from ../src/gx_head/engine/ladspaplugin.cpp:22: +| ../src/headers/gx_system.h:353:40: error: expected class-name before '{' token +| class BasicOptions: boost::noncopyable { +| ^ + +and more + +Upstream-Status: Backport + +Signed-off-by: Andreas Müller +--- + src/headers/engine.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/headers/engine.h b/src/headers/engine.h +index 95f4497..2b6155e 100644 +--- a/src/headers/engine.h ++++ b/src/headers/engine.h +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include // NOLINT + #include // NOLINT + #include +-- +2.20.1 + diff --git a/recipes-musicians/guitarix/guitarix_0.37.3.bb b/recipes-musicians/guitarix/guitarix_0.37.3.bb index 85a4b84c..64faf083 100644 --- a/recipes-musicians/guitarix/guitarix_0.37.3.bb +++ b/recipes-musicians/guitarix/guitarix_0.37.3.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=384f45fb7968a0fe30622ce6160d3b69" SRC_URI = " \ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}2-${PV}.tar.xz \ file://0001-do-not-perform-link-test-durin-cross-build.patch \ + file://0002-Fix-build-with-boost-1.69.0.patch \ " SRC_URI[md5sum] = "78ebc879e5cd7a6e4bd43ff8aec562e1" SRC_URI[sha256sum] = "4ca93bd4226cd175456f37612acd28b46e13133db61c0f235917dbcc3347d5f1"