summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-include_qemu-common.h
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-05-29 00:24:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-05-29 00:24:29 +0000
commitcb9817cc61f949812a18e02beedb37a4a40611a7 (patch)
tree3945d1f39b1b16578e8b1397780a90dd3b2d6559 /emulators/qemu-devel/files/patch-include_qemu-common.h
parentRestore deleted port: net/ntopng (diff)
emulators/qemu-devel: Update version 2.5.0=>2.6.1
Notes
Notes: svn path=/head/; revision=416075
Diffstat (limited to 'emulators/qemu-devel/files/patch-include_qemu-common.h')
-rw-r--r--emulators/qemu-devel/files/patch-include_qemu-common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-include_qemu-common.h b/emulators/qemu-devel/files/patch-include_qemu-common.h
deleted file mode 100644
index 035105bf95d3..000000000000
--- a/emulators/qemu-devel/files/patch-include_qemu-common.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/qemu-common.h.orig 2015-11-03 20:01:34 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