<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/9d1e0770bd86a726ab1ff67bd4528768df4404d0">https://github.com/macports/macports-ports/commit/9d1e0770bd86a726ab1ff67bd4528768df4404d0</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 9d1e077  ispc: Don't hardcode /opt/local
</span>9d1e077 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d1e0770bd86a726ab1ff67bd4528768df4404d0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Aug 23 03:44:15 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ispc: Don't hardcode /opt/local
</span>---
 lang/ispc/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ispc/Portfile b/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 685c6af..8be8a32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,7 @@ configure.args-append \
</span>                     -DBISON_EXECUTABLE=${prefix}/bin/bison \
                     -DFLEX_EXECUTABLE=${prefix}/bin/flex \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DLLVM_DIR=/opt/local/libexec/llvm-${llvm_version}/lib/cmake/llvm \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DLLVM_DIR=${prefix}/libexec/llvm-${llvm_version}/lib/cmake/llvm \
</span>                     -DISPC_INCLUDE_TESTS=OFF
 
 test.run            yes
</pre><pre style='margin:0'>

</pre>