From: Andreas Sturmlechner Date: Thu, 14 May 2020 19:02:58 +0000 (+0200) Subject: app-text/libetonyek: Fix build with boost-1.73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f39ebfce6ea758c721ecb0b1fc053ebb61b80765;p=gentoo.git app-text/libetonyek: Fix build with boost-1.73 Reported-by: Pavel Volkov Closes: https://bugs.gentoo.org/722042 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch b/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch new file mode 100644 index 000000000000..2992f9f1add3 --- /dev/null +++ b/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch @@ -0,0 +1,12 @@ +diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp +index 6dc0e9a..6f8e79e 100644 +--- a/src/lib/NUM3Parser.cpp ++++ b/src/lib/NUM3Parser.cpp +@@ -7,6 +7,7 @@ + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + ++#include + #include + + #include "NUM3Parser.h" \ No newline at end of file diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild index 63aab3eb452b..43f51e4a6e2d 100644 --- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} test? ( dev-util/cppunit ) " +PATCHES=( "${FILESDIR}/${P}-boost-1.73.patch" ) # bug 722042 + src_prepare() { default [[ -d m4 ]] || mkdir "m4"