Date: Fri, 31 Aug 2018 10:24:37 +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: r478545 - head/devel/fuel/files Message-ID: <201808311024.w7VAObx2001557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Aug 31 10:24:37 2018 New Revision: 478545 URL: https://svnweb.freebsd.org/changeset/ports/478545 Log: Fix build with Qt 5.11 PR: 230884 Added: head/devel/fuel/files/ head/devel/fuel/files/patch-src_CommitDialog.cpp (contents, props changed) Added: head/devel/fuel/files/patch-src_CommitDialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fuel/files/patch-src_CommitDialog.cpp Fri Aug 31 10:24:37 2018 (r478545) @@ -0,0 +1,10 @@ +Fix build with Qt 5.11 + +--- src/CommitDialog.cpp.orig 2018-08-31 10:17:37 UTC ++++ src/CommitDialog.cpp +@@ -1,4 +1,5 @@ + #include "CommitDialog.h" ++#include <QAction> + #include <QPushButton> + #include <QShortcut> + #include "ui_CommitDialog.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808311024.w7VAObx2001557>