<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/cb45ca8440bf9f248307bcbd1419fa12df5bf612">https://github.com/macports/macports-ports/commit/cb45ca8440bf9f248307bcbd1419fa12df5bf612</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 cb45ca8  gobject_introspection-1.0.tcl: Set MAKE on Tiger
</span>cb45ca8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cb45ca8440bf9f248307bcbd1419fa12df5bf612
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Aug 11 07:18:44 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gobject_introspection-1.0.tcl: Set MAKE on Tiger
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes build failure of ports that use gobject introspection and automake
</span><span style='display:block; white-space:pre;color:#404040;'>    1.16 or later, including ports like pango that ship with Makefiles that
</span><span style='display:block; white-space:pre;color:#404040;'>    were generated with automake 1.16 or later, and ports like libgsf that
</span><span style='display:block; white-space:pre;color:#404040;'>    use autoreconf, since MacPorts automake is now 1.16.x.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56346
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56924
</span>---
 _resources/port1.0/group/gobject_introspection-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/gobject_introspection-1.0.tcl b/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 4963fdf..c190b2e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,9 @@ proc gobject_introspection._set {option action args} {
</span> pre-configure {
     if {${gobject_introspection}} {
         configure.args-append   --enable-introspection
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        platform darwin 8 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            configure.env-append MAKE=${prefix}/bin/gmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span>     } else {
         configure.args-append   --disable-introspection
     }
</pre><pre style='margin:0'>

</pre>