<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/0baadaf64b6232f24d8256715fe068b17e2dff6e">https://github.com/macports/macports-ports/commit/0baadaf64b6232f24d8256715fe068b17e2dff6e</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 0baadaf64b6 exim: another attempt to fix 10.11 build
</span>0baadaf64b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0baadaf64b6232f24d8256715fe068b17e2dff6e
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Tue Jun 8 03:04:51 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    exim: another attempt to fix 10.11 build
</span>---
 mail/exim/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/exim/Portfile b/mail/exim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3548f1fc47b..029390c10f5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/exim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/exim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +69,7 @@ configure {
</span>     reinplace "s|# TLS_INCLUDE=-I/usr/local/openssl/include|TLS_INCLUDE=-I${prefix}/include/openssl|g" ${worksrcpath}/Local/Makefile
     reinplace "s|# INCLUDE=.*|INCLUDE=-I${prefix}/include|g" ${worksrcpath}/Local/Makefile
     reinplace "s|PCRE_LIBS=-lpcre|PCRE_LIBS=-L${prefix}/lib -lpcre|g" ${worksrcpath}/Local/Makefile
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "1i\\\nEXTRALIBS=\$(MACPORTS_LEGACY_SUPPORT_LDFLAGS)\n" ${worksrcpath}/OS/Makefile-Darwin
</span>     reinplace "s|CC=cc|CC=${configure.cc}|g" ${worksrcpath}/OS/Makefile-Darwin
     reinplace "s|X11=/usr/X11R6|X11=${prefix}|g" ${worksrcpath}/OS/Makefile-Darwin
     reinplace "s|# Exim: OS-specific make file for Darwin (Mac OS X).|INCLUDE=-I${prefix}/include/db48|g" ${worksrcpath}/OS/Makefile-Darwin
</pre><pre style='margin:0'>

</pre>