<pre style='margin:0'>
David Nichols (davidnich) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3aed847748c8145c6778a876d724c4cdf4a539bf">https://github.com/macports/macports-ports/commit/3aed847748c8145c6778a876d724c4cdf4a539bf</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 3aed847748c qore: fixed build install prefix
</span>3aed847748c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3aed847748c8145c6778a876d724c4cdf4a539bf
</span>Author: David Nichols <david@qore.org>
AuthorDate: Sat Nov 20 17:32:10 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qore: fixed build install prefix
</span>---
 lang/qore/Portfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/qore/Portfile b/lang/qore/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40c26707136..9fea4e2da1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/qore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/qore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                qore
 version             1.0.11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          lang
 license             {LGPL-2.1 MIT}
 maintainers         {davidnichols @davidnich} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,5 @@ configure {
</span>     system "cd ${build.dir} && cmake ${configure.args} ${worksrcpath}"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append      -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSINGLE_COMPILATION_UNIT=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append      -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSINGLE_COMPILATION_UNIT=1 -DCMAKE_INSTALL_PREFIX=${prefix}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-append -liconv
</span></pre><pre style='margin:0'>

</pre>