diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-08-19 20:52:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-08-19 20:52:57 +0000 |
commit | 3241ffeaf16aeb0c3aecd5531985aefcd9eac391 (patch) | |
tree | 5edb94090da6084d846e2cf93a981993caf3963c /emulators/qemu/files/patch-include_qemu-common.h | |
parent | Kohana is an elegant, open source, and object oriented HMVC framework (diff) |
emulators/qemu: Update version 2.5.1.1=>2.6.1
- Remove BSD_USER related codes
- Add NCURSES support [1]
- Fix STATIC_LINKS code to not build with X11 support
PR: 211973 [1]
Submitted by: ilavsky.martin@gmail.com [1]
Notes
Notes:
svn path=/head/; revision=420489
Diffstat (limited to 'emulators/qemu/files/patch-include_qemu-common.h')
-rw-r--r-- | emulators/qemu/files/patch-include_qemu-common.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu/files/patch-include_qemu-common.h b/emulators/qemu/files/patch-include_qemu-common.h deleted file mode 100644 index 9a02c4025261..000000000000 --- a/emulators/qemu/files/patch-include_qemu-common.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/qemu-common.h.orig 2016-03-30 18:14:31 UTC -+++ include/qemu-common.h -@@ -469,7 +469,9 @@ void qemu_hexdump(const char *buf, FILE - #define VEC_OR(v1, v2) ((v1) | (v2)) - /* altivec.h may redefine the bool macro as vector type. - * Reset it to POSIX semantics. */ -+#ifndef __cplusplus - #define bool _Bool -+#endif - #elif defined __SSE2__ - #include <emmintrin.h> - #define VECTYPE __m128i |