<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dc4393493c6fab43759863194045de76cba71fc0">https://github.com/macports/macports-ports/commit/dc4393493c6fab43759863194045de76cba71fc0</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 dc43934  python24: fix path to config/Makefile
</span>dc43934 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dc4393493c6fab43759863194045de76cba71fc0
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Feb 10 04:59:12 2018 +1100

<span style='display:block; white-space:pre;color:#404040;'>    python24: fix path to config/Makefile
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/39223
</span>---
 lang/python24/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python24/Portfile b/lang/python24/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d04fa8..58bd884 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python24/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python24/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,7 +128,7 @@ platform macosx {
</span>             # quite work (see ticket #15099); instead we mirror the behavior of
             # `python-config --ldflags` here.
             reinplace {s|^\(LINKFORSHARED=\).*$|\1 -L$(LIBPL) -lpython$(VERSION) $(LIBS) $(SYSLIBS)|} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ${destroot}${framewdir}/lib/python${branch}/config/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${destroot}${prefix}/lib/python${branch}/config/Makefile
</span>         }
     } else {
         # 64-bit, can't build mac-specific stuff
</pre><pre style='margin:0'>

</pre>