commit:     0d8f2a7f189c900b1de10e074c455adb025caeae
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 10:49:01 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 10:49:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8f2a7f

app-emulation/aqemu: add patch for missing include

Closes: https://bugs.gentoo.org/802816
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2.ebuild              |  5 ++++-
 app-emulation/aqemu/files/aqemu-0.9.2-include.patch | 10 ++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild 
b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index 86008228bc2..852e66678fc 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -26,7 +26,10 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 #DOCS=( AUTHORS CHANGELOG README TODO )
-PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
+PATCHES=(
+       "${FILESDIR}/${PN}-0.9.2-qtbindir.patch"
+       "${FILESDIR}/${PN}-0.9.2-include.patch"
+)
 
 src_configure() {
        local mycmakeargs=(

diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-include.patch 
b/app-emulation/aqemu/files/aqemu-0.9.2-include.patch
new file mode 100644
index 00000000000..98a14068a7c
--- /dev/null
+++ b/app-emulation/aqemu/files/aqemu-0.9.2-include.patch
@@ -0,0 +1,10 @@
+--- a/src/docopt/docopt_value.h
++++ b/src/docopt/docopt_value.h
+@@ -13,6 +13,7 @@
+ #include <vector>
+ #include <functional> // std::hash
+ #include <iosfwd>
++#include <stdexcept>
+ 
+ namespace docopt {
+ 

Reply via email to