From 3241ffeaf16aeb0c3aecd5531985aefcd9eac391 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 19 Aug 2016 20:52:57 +0000 Subject: 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] --- emulators/qemu/files/patch-include_qemu-common.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 emulators/qemu/files/patch-include_qemu-common.h (limited to 'emulators/qemu/files/patch-include_qemu-common.h') 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 - #define VECTYPE __m128i -- cgit v1.2.3