diff options
| author | Michi Lumin <[email protected]> | 2018-06-01 20:25:45 -0600 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 5d40533621ea7fdf98be481188ae4065d94895a2 (patch) | |
| tree | 68edf4a05f338fefd228ff236fe840dfc8f3c3da | |
| parent | Actual dogecoin icons instead of bitcoin ones for OSX build. (diff) | |
| download | discoin-5d40533621ea7fdf98be481188ae4065d94895a2.tar.xz discoin-5d40533621ea7fdf98be481188ae4065d94895a2.zip | |
Notes on BDB 5.1.29 clang patches
Notes on required bdb 5.1.29 clang patches to build on OSX under clang / c++11.
| -rw-r--r-- | depends/patches/bdb-5.1.29-clang-osx/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/patches/bdb-5.1.29-clang-osx/README.md b/depends/patches/bdb-5.1.29-clang-osx/README.md new file mode 100644 index 000000000..1c5532199 --- /dev/null +++ b/depends/patches/bdb-5.1.29-clang-osx/README.md @@ -0,0 +1,2 @@ +These patches are to allow bdb-5.1.29 to compile using clang / c++11 under later MacOSX versions (Sierra+). +These patches must be applied to the bdb-5.1.29 source from Oracle, and then compiled, for the Mac client to build. |