aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/easylogging.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-03-30 05:01:50 +0300
committerAndy Postnikov <apostnikov@gmail.com>2018-03-30 22:58:46 +0300
commit62a466fa8c2aa2267fa5d903f5f80e39a3e25d70 (patch)
treed3d7ff1bbdf047ed5f1222a689a0fcca48058a6d /testing/monero/easylogging.patch
parent86dbf0b83fdaa5a1a0842b680406debcfda8acf8 (diff)
downloadaports-62a466fa8c2aa2267fa5d903f5f80e39a3e25d70.tar.bz2
aports-62a466fa8c2aa2267fa5d903f5f80e39a3e25d70.tar.xz
testing/monero: upgrade to 0.12.0.0
Diffstat (limited to 'testing/monero/easylogging.patch')
-rw-r--r--testing/monero/easylogging.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/monero/easylogging.patch b/testing/monero/easylogging.patch
index 6cea439a58..27082046be 100644
--- a/testing/monero/easylogging.patch
+++ b/testing/monero/easylogging.patch
@@ -1,11 +1,11 @@
--- a/external/easylogging++/easylogging++.h
+++ b/external/easylogging++/easylogging++.h
-@@ -195,7 +195,7 @@
+@@ -200,7 +200,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)
-+# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW)
+-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD)
++# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD)
# define ELPP_STACKTRACE 1
# else
- # define ELPP_STACKTRACE 0
+ # define ELPP_STACKTRACE 0