<pre style='margin:0'>
ra1nb0w (ra1nb0w) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f391aba5cb353d930e800888650c642d7aee8a72">https://github.com/macports/macports-ports/commit/f391aba5cb353d930e800888650c642d7aee8a72</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f391aba5cb353d930e800888650c642d7aee8a72
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Thu Feb 3 08:29:10 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> nlohmann-json: add forward-declarations (json_fwd.hpp)
</span>---
devel/nlohmann-json/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nlohmann-json/Portfile b/devel/nlohmann-json/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c2a3a2518f..b31fb550cef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nlohmann-json/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nlohmann-json/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup cmake 1.1
</span>
github.setup nlohmann json 3.10.5 v
github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> name nlohmann-json
categories devel
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ checksums rmd160 753e5ef00c484954223fb2cf80bc1f13a5645612
</span> compiler.cxx_standard 2011
configure.ccache no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append -DBUILD_TESTING=OFF -DJSON_BuildTests=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DBUILD_TESTING=OFF -DJSON_BuildTests=OFF -DJSON_MultipleHeaders=ON
</span>
pre-test {
configure.args-replace -DBUILD_TESTING=OFF -DBUILD_TESTING=ON
</pre><pre style='margin:0'>
</pre>