svn commit: r478545 - head/devel/fuel/files
Jason E. Hale
jhale at FreeBSD.org
Fri Aug 31 10:24:38 UTC 2018
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"
More information about the svn-ports-head
mailing list