<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ca8aef9bbb1b9635bc77ff6fbcd66e85dcb15e1e">https://github.com/macports/macports-ports/commit/ca8aef9bbb1b9635bc77ff6fbcd66e85dcb15e1e</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 ca8aef9 gimp2: Use CC_FOR_BUILD
</span>ca8aef9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ca8aef9bbb1b9635bc77ff6fbcd66e85dcb15e1e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 7 08:39:46 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> gimp2: Use CC_FOR_BUILD
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Ensures the right compiler is used when building tools.
</span>---
graphics/gimp2/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gimp2/Portfile b/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d928786..5c4e97a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,6 +122,7 @@ configure.args --build=${configure.build_arch}-apple-${os.platform}${os.ver
</span> --without-gudev \
--without-webkit \
ac_cv_path_INTLTOOL_PERL=${configure.perl}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env CC_FOR_BUILD=${configure.cc}
</span>
variant python27 description {Build with python plugin support using python 2.7} {
configure.args-delete --disable-python
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,7 +130,7 @@ variant python27 description {Build with python plugin support using python 2.7}
</span> depends_lib-append port:py27-pygtk
set python_framework ${frameworks_dir}/Python.framework/Versions/2.7
configure.pkg_config_path ${python_framework}/lib/pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.env PATH=${python_framework}/bin:$env(PATH)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.env-append PATH=${python_framework}/bin:$env(PATH)
</span> }
</pre><pre style='margin:0'>
</pre>