ports/databases/mdbx/files/patch-mdbx.h++
Mahlon E. Smith 8d99acb1ae databases/mdbx: Update to 0.11.9
PR:	263166
Reported by:	mahlon@martini.nu (maintainer)
2022-08-11 07:23:52 +02:00

11 lines
342 B
C++

--- mdbx.h++.orig 2022-08-02 10:17:33 UTC
+++ mdbx.h++
@@ -23,6 +23,8 @@
#pragma once
+#define _LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM
+
/* Workaround for modern libstdc++ with CLANG < 4.x */
#if defined(__SIZEOF_INT128__) && !defined(__GLIBCXX_TYPE_INT_N_0) && \
defined(__clang__) && __clang_major__ < 4