aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-gui/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2016-10-28 13:43:14 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2016-10-28 13:43:14 +0000
commitea7ceba707457f4713e302755dddec60ea73d011 (patch)
tree7cfcdd85e2e9fd3db96642ae81d9f1a7b8b8cb04 /x11-toolkits/qt5-gui/Makefile
parent102a98361437cd6ce8055d80c514878000e25685 (diff)
downloadports-ea7ceba707457f4713e302755dddec60ea73d011.tar.gz
ports-ea7ceba707457f4713e302755dddec60ea73d011.zip
Update Qt to 5.6.2 [1,2]
Thanks to the upstream work of Marie Loise Nolden, we could get rid of a handful of patches, as they have been properly upstreamed. The rest of the work is just some minor plist changes. I would like to thank Loise <nolden@kde.org> for the upstream work, and Adriaan <groot@kde.org> for getting the update into shape. [1] http://blog.qt.io/blog/2016/10/12/qt-5-6-2-released/ [2] http://wiki.qt.io/Qt_5.6.2_Change_Files PR: 213530 Exp-run by: antoine Submitted by: Adriaan de Groot <groot@kde.org> Reviewed by: rakuco, mat, tcberner Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8228
Notes
Notes: svn path=/head/; revision=424842
Diffstat (limited to 'x11-toolkits/qt5-gui/Makefile')
-rw-r--r--x11-toolkits/qt5-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile
index 112100ece8c3..319d20052d5e 100644
--- a/x11-toolkits/qt5-gui/Makefile
+++ b/x11-toolkits/qt5-gui/Makefile
@@ -82,6 +82,10 @@ CFLAGS_powerpc64= -mminimal-toc
CXXFLAGS+= -flax-vector-conversions
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src_gui_painting_qcolor.cpp
+.endif
+
post-build:
.for d in ${MORE_WRKSRCS}
@cd ${WRKSRC}/${d} && \