<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/10a2d043000779a644fb76e7735573f54707850f">https://github.com/macports/macports-ports/commit/10a2d043000779a644fb76e7735573f54707850f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 10a2d043000779a644fb76e7735573f54707850f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Sep 18 08:45:45 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    spim: Specify the path to bison and flex
</span>---
 emulators/spim/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/spim/Portfile b/emulators/spim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f74452..3ce61fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/spim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/spim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,9 @@ build.env           CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx
</span>                     LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
 build.target        spim
 build.args          CXX=${configure.cxx} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    EXCEPTION_DIR=${prefix}/share/spim
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    EXCEPTION_DIR=${prefix}/share/spim \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    MYLEX=${prefix}/bin/flex \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    YACC=${prefix}/bin/bison
</span> 
 destroot.target     install install-man
 destroot.post_args \
</pre><pre style='margin:0'>

</pre>