<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e241f0cceb5b6d93cdbd7afc30ddbfad611ca86a">https://github.com/macports/macports-ports/commit/e241f0cceb5b6d93cdbd7afc30ddbfad611ca86a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e241f0cceb5b6d93cdbd7afc30ddbfad611ca86a
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Aug 5 21:32:20 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    opencv4: append to compiler fallback instead of set
</span>---
 graphics/opencv4/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencv4/Portfile b/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 18e025b..1fae388 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ worksrcdir          opencv-${version}
</span> conflicts           opencv
 
 compiler.blacklist-append *gcc* {clang < 900} {macports-clang-3.[0-9]} {macports-clang-[4-6].0}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback         macports-clang-8.0 macports-clang-7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback-append  macports-clang-8.0 macports-clang-7.0
</span> 
 depends_build-append \
                     port:pkgconfig
</pre><pre style='margin:0'>

</pre>