<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31eb2b3803a6074108082b618d161038ad903822">https://github.com/macports/macports-ports/commit/31eb2b3803a6074108082b618d161038ad903822</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 31eb2b3803a nanoflann: fix configure arg NANOFLANN_BUILD_EXAMPLES=OFF Fixes: https://trac.macports.org/ticket/66602
</span>31eb2b3803a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 31eb2b3803a6074108082b618d161038ad903822
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Jan 3 02:39:46 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    nanoflann: fix configure arg NANOFLANN_BUILD_EXAMPLES=OFF
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66602
</span>---
 math/nanoflann/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/nanoflann/Portfile b/math/nanoflann/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07c30ceffce..ec94d7448fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/nanoflann/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/nanoflann/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,6 @@ compiler.cxx_standard   2011
</span> 
 supported_archs         noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   -DBUILD_EXAMPLES=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DNANOFLANN_BUILD_EXAMPLES=OFF
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.run            yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run                yes
</span></pre><pre style='margin:0'>

</pre>