<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/df5d2a1b30b51bf5151c7335138e77a4e08769cb">https://github.com/macports/macports-ports/commit/df5d2a1b30b51bf5151c7335138e77a4e08769cb</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 df5d2a1b30b libcaca: add blacklist-related comment
</span>df5d2a1b30b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit df5d2a1b30b51bf5151c7335138e77a4e08769cb
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Nov 3 19:38:46 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> libcaca: add blacklist-related comment
</span>---
graphics/libcaca/Portfile | 8 ++++++++
1 file changed, 8 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libcaca/Portfile b/graphics/libcaca/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc580f988be..af710fae919 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libcaca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libcaca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,14 @@ use_autoconf yes
</span> depends_build-append port:libtool port:autoconf port:automake
autoconf.cmd ./bootstrap
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix link errors on 10.8 and 10.9:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Undefined symbols for architecture x86_64:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# "__caca_alloc2d", referenced from:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# _load_image in img2txt-common-image.o
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Undefined symbols for architecture x86_64:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# "__caca_alloc2d", referenced from:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# _load_image in cacaview-common-image.o
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ld: symbol(s) not found for architecture x86_64
</span> compiler.blacklist-append \
{clang < 900}
</pre><pre style='margin:0'>
</pre>