Date: Sat, 8 Sep 2018 09:23:49 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479239 - head/net-im/psi/files Message-ID: <201809080923.w889Nndp043801@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Sep 8 09:23:49 2018 New Revision: 479239 URL: https://svnweb.freebsd.org/changeset/ports/479239 Log: Fix build with Qt 5.11 PR: 230884 Added: head/net-im/psi/files/patch-git_4b838c0 (contents, props changed) Added: head/net-im/psi/files/patch-git_4b838c0 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/psi/files/patch-git_4b838c0 Sat Sep 8 09:23:49 2018 (r479239) @@ -0,0 +1,15 @@ +From 4b838c04fa90ab56974bc4c57aaf7d4e80b8fff8 Mon Sep 17 00:00:00 2001 +From: Vitozz <thetvg@gmail.com> +Date: Mon, 28 May 2018 20:45:04 +0300 +Subject: [PATCH] Try to fix build with qt-5.11 + +--- src/accountmanagedlg.cpp.orig ++++ src/accountmanagedlg.cpp +@@ -28,6 +28,7 @@ + #include <QTimer> + #include <QHeaderView> + #include <QDropEvent> ++#include <QButtonGroup> + + #include "psicon.h" + #include "psiaccount.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809080923.w889Nndp043801>