<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/7ef0ea26f4aab73b4675628bf5f766cf5f030b13">https://github.com/macports/macports-ports/commit/7ef0ea26f4aab73b4675628bf5f766cf5f030b13</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 7ef0ea2  libnotify: ensure UsingTheRightCompiler
</span>7ef0ea2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ef0ea26f4aab73b4675628bf5f766cf5f030b13
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Mar 26 12:49:01 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libnotify: ensure UsingTheRightCompiler
</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/wiki/UsingTheRightCompiler
</span>---
 devel/libnotify/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libnotify/Portfile b/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ede1aa6..cdee964 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,9 @@ depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span>                     port:gtk3 \
                     port:xorg-libsm
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# ensure g-ir-scanner uses correct link command
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-append    "CC=${configure.cc} [get_canonical_archflags cc]"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-activate {
        if {${os.major} == 11 && ${os.minor} < 2 && ${os.platform} eq "darwin"} {
                ui_error "You must first update to OS X 10.7.2."
</pre><pre style='margin:0'>

</pre>