summaryrefslogtreecommitdiff
path: root/app-emulation/qemu-kvm/files
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-08-14 01:33:18 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2011-08-14 01:33:18 +0300
commit103207e9c1a4573beefb137c2818ae0fdbcd168a (patch)
tree90d3812a22febc11b7b3ee2d4063053e379e3dbf /app-emulation/qemu-kvm/files
parent8a31b39c6db36b5ae55eb0822b1c5a095a12c14b (diff)
new file: files/qemu-0.15.patch
new file: qemu-kvm-0.15.0-r1.ebuild
Diffstat (limited to 'app-emulation/qemu-kvm/files')
-rw-r--r--app-emulation/qemu-kvm/files/qemu-0.15.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/app-emulation/qemu-kvm/files/qemu-0.15.patch b/app-emulation/qemu-kvm/files/qemu-0.15.patch
new file mode 100644
index 0000000..bd6a25f
--- /dev/null
+++ b/app-emulation/qemu-kvm/files/qemu-0.15.patch
@@ -0,0 +1,37 @@
+diff -Naur qemu-kvm-0.15.0_orig/error.h qemu-kvm-0.15.0/error.h
+--- qemu-kvm-0.15.0_orig/error.h 2011-08-09 15:40:29.000000000 +0300
++++ qemu-kvm-0.15.0/error.h 2011-08-14 01:23:06.000000000 +0300
+@@ -9,8 +9,8 @@
+ * This work is licensed under the terms of the GNU LGPL, version 2. See
+ * the COPYING.LIB file in the top-level directory.
+ */
+-#ifndef ERROR_H
+-#define ERROR_H
++#ifndef ERROR_Q_H
++#define ERROR_Q_H
+
+ #include "compiler.h"
+ #include <stdbool.h>
+diff -Naur qemu-kvm-0.15.0_orig/qapi/qapi-types-core.h qemu-kvm-0.15.0/qapi/qapi-types-core.h
+--- qemu-kvm-0.15.0_orig/qapi/qapi-types-core.h 2011-08-09 15:40:29.000000000 +0300
++++ qemu-kvm-0.15.0/qapi/qapi-types-core.h 2011-08-14 01:23:44.000000000 +0300
+@@ -14,6 +14,7 @@
+ #ifndef QAPI_TYPES_CORE_H
+ #define QAPI_TYPES_CORE_H
+
++#include "../error.h"
+ #include "qemu-common.h"
+ #include "error.h"
+
+diff -Naur qemu-kvm-0.15.0_orig/qapi/qmp-core.h qemu-kvm-0.15.0/qapi/qmp-core.h
+--- qemu-kvm-0.15.0_orig/qapi/qmp-core.h 2011-08-09 15:40:29.000000000 +0300
++++ qemu-kvm-0.15.0/qapi/qmp-core.h 2011-08-14 01:25:04.000000000 +0300
+@@ -13,7 +13,7 @@
+
+ #ifndef QMP_CORE_H
+ #define QMP_CORE_H
+-
++#include "../error.h"
+ #include "qobject.h"
+ #include "qdict.h"
+ #include "error.h"