<pre style='margin:0'>
Jyrki Wahlstedt (jyrkiwahlstedt) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/542aae327239c560bd106f5bfddc02fe68f4a39c">https://github.com/macports/macports-ports/commit/542aae327239c560bd106f5bfddc02fe68f4a39c</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 542aae3 postgresql11: Add LLVM_CONFIG to env (#3010)
</span>542aae3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 542aae327239c560bd106f5bfddc02fe68f4a39c
</span>Author: J <dark.panda+github@gmail.com>
AuthorDate: Wed Nov 14 02:10:31 2018 -0400
<span style='display:block; white-space:pre;color:#404040;'> postgresql11: Add LLVM_CONFIG to env (#3010)
</span>---
databases/postgresql11/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql11/Portfile b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a5868b..85f9b39 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -146,4 +146,5 @@ variant tcl description {add Tcl support} {
</span> variant llvm description {add support for JIT compilation} {
depends_lib-append port:llvm-6.0
configure.args-append --with-llvm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.env-append LLVM_CONFIG=${prefix}/libexec/llvm-6.0/bin/llvm-config
</span> }
</pre><pre style='margin:0'>
</pre>