<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/23340ee10bc7cb2c5e74558b14625581596d82ee">https://github.com/macports/macports-ports/commit/23340ee10bc7cb2c5e74558b14625581596d82ee</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 23340ee  calc: improve the way the SDK's include files are found
</span>23340ee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 23340ee10bc7cb2c5e74558b14625581596d82ee
</span>Author: Perry E. Metzger <perry@piermont.com>
AuthorDate: Thu Sep 27 10:16:28 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    calc: improve the way the SDK's include files are found
</span>---
 math/calc/Portfile                  | 1 +
 math/calc/files/patch-Makefile.diff | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/calc/Portfile b/math/calc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e797e42..cdb8221 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/calc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/calc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,7 @@ patchfiles          patch-Makefile.diff
</span> 
 post-patch {
     reinplace "s|___PREFIX___|${prefix}|" ${worksrcpath}/Makefile
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|___SDK_PREFIX___|${configure.sdkroot}|" ${worksrcpath}/Makefile
</span> }
 
 use_configure       no
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/calc/files/patch-Makefile.diff b/math/calc/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index dda4c29..102929f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/calc/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/calc/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,11 @@
</span> --- Makefile.orig 2018-09-27 08:46:20.000000000 -0400
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ Makefile    2018-09-27 09:38:57.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Makefile       2018-09-27 10:09:41.000000000 -0400
</span> @@ -575,7 +575,7 @@
  ifeq ($(target),Darwin)
  
  # default INCDIR for macOS
 -INCDIR= /usr/local/include
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+INCDIR=$(shell xcrun --show-sdk-path)/usr/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++INCDIR=___SDK_PREFIX___/usr/include
</span>  
  else
  #endif        /* end of skip for non-Gnu makefiles */
</pre><pre style='margin:0'>

</pre>