Date: Sun, 2 Sep 2018 09:03:19 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478769 - head/audio/musescore/files Message-ID: <201809020903.w8293Jd8058251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Sep 2 09:03:18 2018 New Revision: 478769 URL: https://svnweb.freebsd.org/changeset/ports/478769 Log: audio/musescore: fix build with Qt 5.11 PR: 230884 Obtained from: upstream Added: head/audio/musescore/files/patch-git_9c8a8f (contents, props changed) Added: head/audio/musescore/files/patch-git_9c8a8f ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musescore/files/patch-git_9c8a8f Sun Sep 2 09:03:18 2018 (r478769) @@ -0,0 +1,22 @@ +From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001 +From: Orcan Ogetbil <orcan@localhost.localdomain> +Date: Thu, 31 May 2018 21:04:51 -0400 +Subject: [PATCH] added missing #include <QButtonGroup> required by qt >= 5.11 + +--- + all.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/all.h b/all.h +index 72db72b0ec..2ee0e8e807 100644 +--- all.h ++++ all.h +@@ -131,6 +131,7 @@ + #include <QProgressBar> + #include <QProgressDialog> + #include <QRadioButton> ++#include <QButtonGroup> + #include <QSplashScreen> + #include <QFontComboBox> + #include <QApplication> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809020903.w8293Jd8058251>