Date: Thu, 21 Jan 2016 14:43:50 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406858 - head/net/quiterss/files Message-ID: <201601211443.u0LEhogt054494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Thu Jan 21 14:43:50 2016 New Revision: 406858 URL: https://svnweb.freebsd.org/changeset/ports/406858 Log: Add upstream patch to fix the build with the upcoming Qt 5.5.1. Added: head/net/quiterss/files/ head/net/quiterss/files/patch-git_798c831b (contents, props changed) Added: head/net/quiterss/files/patch-git_798c831b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quiterss/files/patch-git_798c831b Thu Jan 21 14:43:50 2016 (r406858) @@ -0,0 +1,26 @@ +Fixes the build with Qt 5.5.1. + +From 798c831ba1f1c3e4c2d382fad017aed94f8aff8c Mon Sep 17 00:00:00 2001 +From: Shilyaev Egor <egor.shilyaev@gmail.com> +Date: Sun, 30 Aug 2015 14:59:40 +0500 +Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B5=D0=B4=D1=83=D0=BF?= + =?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20Qt?= + =?UTF-8?q?=205.5?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + 3rdparty/qtsingleapplication/qtlocalpeer.cpp | 1 + + 1 file changed, 1 insertion(+) + +--- 3rdparty/qtsingleapplication/qtlocalpeer.cpp ++++ 3rdparty/qtsingleapplication/qtlocalpeer.cpp +@@ -41,6 +41,7 @@ + + #include "qtlocalpeer.h" + #include <QCoreApplication> ++#include <QDataStream> + #include <QTime> + + #if defined(Q_OS_WIN)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601211443.u0LEhogt054494>