freebsd-ports/japanese/mozc-server/files/patch-base_compiler_specific.h
Hiroki Sato 67c852f4fe - Fix build on 10.x.
- Add STAGEDIR support.
2013-11-03 12:56:34 +00:00

11 lines
351 B
C

--- base/compiler_specific.h.orig 2013-07-17 11:38:04.000000000 +0900
+++ base/compiler_specific.h 2013-11-03 21:42:23.000000000 +0900
@@ -236,4 +236,8 @@
#endif // _MSC_VER or !_MSC_VER
// === End suppress warning C4355 macro definitions ===
+#ifndef static_assert
+#define static_assert(a,b)
+#endif
+
#endif // MOZC_BASE_COMPILER_SPECIFIC_H