opnsense-ports/devel/jsoncpp/files/patch-include_json_config.h
Franco Fichtner a99ad2dfd2 devel/jsoncpp: sync with upstream
Taken from: FreeBSD
2016-05-18 07:59:33 +02:00

11 lines
346 B
C

--- include/json/config.h.orig 2016-05-09 23:16:22 UTC
+++ include/json/config.h
@@ -77,7 +77,7 @@
#endif // defined(_MSC_VER)
-#if defined(_MSC_VER) && _MSC_VER <= 1600 // MSVC <= 2010
+#if defined(__FreeBSD__) || (defined(_MSC_VER) && _MSC_VER <= 1600) // MSVC <= 2010
# define JSONCPP_OVERRIDE
#else
# define JSONCPP_OVERRIDE override