<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/c1a8ce29ed06466962a3c49ab087808239458869">https://github.com/macports/macports-ports/commit/c1a8ce29ed06466962a3c49ab087808239458869</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 c1a8ce2 tk: fix build with +quartz variant
</span>c1a8ce2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c1a8ce29ed06466962a3c49ab087808239458869
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 6 06:46:58 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> tk: fix build with +quartz variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> No revbump since port either builds correctly or not at all.
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes https://trac.macports.org/ticket/58447
</span>---
x11/tk/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/tk/Portfile b/x11/tk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4260d06..274d346 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/tk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/tk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +45,8 @@ patchfiles patch-unix-Makefile.in.diff \
</span> patchfiles-append patch-dyld_fallback_library_path.diff
configure.args --mandir=${prefix}/share/man --with-tcl=${prefix}/lib
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/58447
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
</span> configure.ldflags -L${worksrcpath} -L${prefix}/lib -lfontconfig
# see https://trac.macports.org/ticket/17189
</pre><pre style='margin:0'>
</pre>