<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b8186b26d5e14f0f3375f89cce9344e3e6118601">https://github.com/macports/macports-ports/commit/b8186b26d5e14f0f3375f89cce9344e3e6118601</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 b8186b2  qscintilla: fix patch to correctly implement +universal; addresses ticket https://trac.macports.org/ticket/53622 .
</span>b8186b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b8186b26d5e14f0f3375f89cce9344e3e6118601
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Feb 22 10:30:19 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qscintilla: fix patch to correctly implement +universal; addresses ticket https://trac.macports.org/ticket/53622 .
</span>---
 devel/qscintilla/files/patch-add_debug.diff | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qscintilla/files/patch-add_debug.diff b/devel/qscintilla/files/patch-add_debug.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d91f590..8a24f61 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qscintilla/files/patch-add_debug.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qscintilla/files/patch-add_debug.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,11 +27,13 @@
</span> +LIBS += -L../Qt4Qt5 -l$$QSCI_LIB
 --- Qt4Qt5/qscintilla.pro.orig
 +++ Qt4Qt5/qscintilla.pro
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -25,7 +25,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -24,8 +24,14 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span>  TEMPLATE = lib
  TARGET = qscintilla2_qt$${QT_MAJOR_VERSION}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- CONFIG += qt warn_off thread exceptions hide_symbols
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-CONFIG += qt warn_off thread exceptions hide_symbols
</span> -INCLUDEPATH += . ../include ../lexlib ../src
<span style='display:block; white-space:pre;background:#e0ffe0;'>++CONFIG += qt warn_off thread exceptions hide_symbols @ARCHES@ @BUILD_TYPE@
</span> +INCLUDEPATH += . .. ../include ../lexlib ../src
 +
 +!debug_and_release|build_pass {
</pre><pre style='margin:0'>

</pre>