<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/198e7f53d14369559b2f577a4a588648eb8f6b63">https://github.com/macports/macports-ports/commit/198e7f53d14369559b2f577a4a588648eb8f6b63</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 198e7f53d14 boost PG: add some additional CMake option variations
</span>198e7f53d14 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 198e7f53d14369559b2f577a4a588648eb8f6b63
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 9 16:48:27 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    boost PG: add some additional CMake option variations
</span>---
 _resources/port1.0/group/boost-1.0.tcl | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/boost-1.0.tcl b/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 62899a2b507..e0323cd9309 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -142,6 +142,9 @@ proc boost::configure_build {} {
</span>                                         -DBOOSTROOT=[boost::install_area] \
                                         -DBOOST_INCLUDEDIR=[boost::include_dir] \
                                         -DBOOST_LIBRARYDIR=[boost::lib_dir] \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                                        -DBOOST_INCLUDE_DIR=[boost::include_dir] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                        -DBOOST_LIBRARY_DIR=[boost::lib_dir] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                        -DBOOST_LIB_DIR=[boost::lib_dir] \
</span>                                         -DBoost_NO_SYSTEM_PATHS=ON \
                                         -DBoost_INCLUDE_DIR=[boost::include_dir] \
                                         -DBoost_DIR=[boost::install_area] \
</pre><pre style='margin:0'>

</pre>