<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/47bd9bced6d3b7f6bc2b7d370fc7f8b0b9fbb812">https://github.com/macports/macports-ports/commit/47bd9bced6d3b7f6bc2b7d370fc7f8b0b9fbb812</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 47bd9bced6d3b7f6bc2b7d370fc7f8b0b9fbb812
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jun 7 17:05:57 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.6: correctly use MP bison
</span>---
 databases/mariadb-10.6/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.6/Portfile b/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 651271e14a0..ddc69740f6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -244,7 +244,8 @@ if {$subport eq $name} {
</span>                         -DCONNECT_WITH_MONGO=OFF \
                         -DCONNECT_WITH_ODBC=OFF \
                         -DCONNECT_WITH_REST=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DWITH_PCRE=system
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DWITH_PCRE=system \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DBISON_EXECUTABLE=${prefix}/bin/bison
</span> 
     post-destroot {
         # proc portdestroot::destroot_finish fails to find and compress our man pages
</pre><pre style='margin:0'>

</pre>