diff options
author | Aric Belsito <lluixhi@gmail.com> | 2018-03-18 14:45:22 -0700 |
---|---|---|
committer | Aric Belsito <lluixhi@gmail.com> | 2018-03-18 14:45:22 -0700 |
commit | 63fe9bcb752c2b2e47636cd940b18e94bfb9e602 (patch) | |
tree | 4e5ab4c1ec89af55f38e437e8bb25075f704d23f /app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch | |
parent | .travis.yml: fix broken lxml (diff) | |
download | musl-63fe9bcb752c2b2e47636cd940b18e94bfb9e602.tar.gz musl-63fe9bcb752c2b2e47636cd940b18e94bfb9e602.tar.bz2 musl-63fe9bcb752c2b2e47636cd940b18e94bfb9e602.zip |
app-emulation/qemu: version bump to 2.11.1-r1/r51
Diffstat (limited to 'app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch')
-rw-r--r-- | app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch b/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch new file mode 100644 index 00000000..d79570eb --- /dev/null +++ b/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch @@ -0,0 +1,11 @@ +--- qemu-2.11.1/include/disas/capstone.h 2018-02-14 22:53:22.000000000 +0100 ++++ qemu-2.11.1/include/disas/capstone.h 2018-02-17 20:12:12.754703951 +0100 +@@ -3,7 +3,7 @@ + + #ifdef CONFIG_CAPSTONE + +-#include <capstone.h> ++#include <capstone/capstone.h> + + #else + |