<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4b2130b86a1df970ef1a83514e533a6a1e5d140d">https://github.com/macports/macports-ports/commit/4b2130b86a1df970ef1a83514e533a6a1e5d140d</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 4b2130b  strigi: Fix build with -std=c++98 and ICU 63+
</span>4b2130b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4b2130b86a1df970ef1a83514e533a6a1e5d140d
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Sun Nov 17 12:48:15 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    strigi: Fix build with -std=c++98 and ICU 63+
</span>---
 devel/strigi/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/strigi/Portfile b/devel/strigi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5660003..1fb1670 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/strigi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/strigi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup       kde4 1.1
</span> 
 name            strigi
 version         0.7.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        13
</span> categories      devel
 maintainers     nomaintainer
 license         LGPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,10 @@ configure.args-append \
</span>                 -DLIBXML2_LIBRARY=${prefix}/lib/libxml2.dylib \
                 -DLOG4CXX_INCLUDE_DIR=${prefix}/include/log4cxx
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix build with -std=c++98 and ICU 63+. Remove if strigi switches to c++11.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DU_NOEXCEPT=
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Best practice for CMake dictates that builds should be out of source.
 # However, it appears that strigi uses java to create source files and
 # they don't get put in the right place if you're doing an out of source
</pre><pre style='margin:0'>

</pre>