<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dc9820f7f93336bfa25df8ce7483cef0873d09d1">https://github.com/macports/macports-ports/commit/dc9820f7f93336bfa25df8ce7483cef0873d09d1</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 dc9820f7f93 mdbtools: Work around wrong include path order
</span>dc9820f7f93 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dc9820f7f93336bfa25df8ce7483cef0873d09d1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Oct 26 17:22:36 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mdbtools: Work around wrong include path order
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63678
</span>---
 databases/mdbtools/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mdbtools/Portfile b/databases/mdbtools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac2259e766b..16af013d12c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mdbtools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mdbtools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,8 @@ depends_build-append    port:bison \
</span>                         port:gawk \
                         port:pkgconfig
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant unixodbc conflicts iodbc description {build odbc driver against unixODBC} {
     depends_lib-append  port:unixODBC
     configure.args-append   --with-unixodbc=${prefix}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,4 +44,3 @@ variant iodbc conflicts unixodbc description {build odbc driver against iODBC} {
</span>     depends_lib-append  port:libiodbc
     configure.args-append   --with-iodbc=${prefix}
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span></pre><pre style='margin:0'>

</pre>