aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2023-11-19 21:51:38 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-11-19 23:26:34 +0000
commit372d63c1fdb1976eaae320c47bed0d51b2c04b74 (patch)
treef8816b1d668f3ac21408a629a2c348afb3cf17bb
parentd8c99ce7c5d803e2d39ce8363ed4abdcd211dd39 (diff)
downloadports-372d63c1fdb1976eaae320c47bed0d51b2c04b74.tar.gz
ports-372d63c1fdb1976eaae320c47bed0d51b2c04b74.zip
net/downzemall: Fix build with Qt 6.6.x
PR: 275068 MFH: 2023Q4
-rw-r--r--net/downzemall/files/patch-src_core_mimedatabase.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/downzemall/files/patch-src_core_mimedatabase.h b/net/downzemall/files/patch-src_core_mimedatabase.h
new file mode 100644
index 000000000000..72118946d2fc
--- /dev/null
+++ b/net/downzemall/files/patch-src_core_mimedatabase.h
@@ -0,0 +1,15 @@
+Fix build with Qt 6.6.x
+
+https://github.com/setvisible/DownZemAll/issues/120
+https://github.com/setvisible/DownZemAll/pull/121
+
+--- src/core/mimedatabase.h.orig 2023-11-19 21:20:25 UTC
++++ src/core/mimedatabase.h
+@@ -20,6 +20,7 @@
+
+ #include <QtCore/QString>
+ #include <QtCore/QStringList>
++#include <QtCore/QUrl>
+ #include <QtGui/QPixmap>
+
+ constexpr int default_icon_size = 32;