aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/easylogging.patch
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-20 13:24:00 +0300
committerprspkt <prspkt@protonmail.com>2019-06-20 14:06:46 +0300
commit03f3832d1af5044151aaaf8cc734ad7deee9bf4b (patch)
tree71c064efdc54f448ac1a3e8d9c0f3a50ad0dc2ca /testing/monero/easylogging.patch
parent3c4eacd6f6943e3cbef58cef57119e10d3f89369 (diff)
downloadaports-03f3832d1af5044151aaaf8cc734ad7deee9bf4b.tar.bz2
aports-03f3832d1af5044151aaaf8cc734ad7deee9bf4b.tar.xz
testing/monero: upgrade to 0.14.1.0
Diffstat (limited to 'testing/monero/easylogging.patch')
-rw-r--r--testing/monero/easylogging.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/monero/easylogging.patch b/testing/monero/easylogging.patch
index 3228501a47..a0b7a664c8 100644
--- a/testing/monero/easylogging.patch
+++ b/testing/monero/easylogging.patch
@@ -1,11 +1,11 @@
---- a/external/easylogging++/easylogging++.h 2018-10-10 13:06:21.126417347 +0200
-+++ b/external/easylogging++/easylogging++.h 2018-10-10 13:07:35.488416829 +0200
-@@ -205,7 +205,7 @@
+--- a/external/easylogging++/easylogging++.h
++++ b/external/easylogging++/easylogging++.h
+@@ -216,7 +216,7 @@
# define ELPP_INTERNAL_INFO(lvl, msg)
#endif // (defined(ELPP_DEBUG_INFO))
#if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
--# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
-+# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
+-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
++# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
# define ELPP_STACKTRACE 1
# else
# define ELPP_STACKTRACE 0