summaryrefslogtreecommitdiff
path: root/app-emulation/aqemu/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /app-emulation/aqemu/files
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'app-emulation/aqemu/files')
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-docs.patch15
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-include.patch10
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch b/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch
new file mode 100644
index 000000000000..e3fab7fbf209
--- /dev/null
+++ b/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -273,9 +273,9 @@ MACRO( create_docs _sources )
+ ENDFOREACH( curFile )
+ ENDMACRO( create_docs )
+
+-CREATE_DOCS( docs_bz2 AUTHORS CHANGELOG README TODO )
+-ADD_CUSTOM_TARGET( docs ALL DEPENDS ${docs_bz2} )
+-INSTALL( FILES ${docs_bz2} DESTINATION share/doc/aqemu )
++#CREATE_DOCS( docs_bz2 AUTHORS CHANGELOG README TODO )
++#ADD_CUSTOM_TARGET( docs ALL DEPENDS ${docs_bz2} )
++#INSTALL( FILES ${docs_bz2} DESTINATION share/doc/aqemu )
+
+ # Build RCC files (GUI icons)
+ MACRO( pack_icons _sources )
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 000000000000..98a14068a7cd
--- /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 {
+