summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwayland/patches/patch-qtwayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt5-qtwayland/patches/patch-qtwayland.pro')
-rw-r--r--x11/qt5-qtwayland/patches/patch-qtwayland.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/qt5-qtwayland/patches/patch-qtwayland.pro b/x11/qt5-qtwayland/patches/patch-qtwayland.pro
new file mode 100644
index 00000000000..aec490c159f
--- /dev/null
+++ b/x11/qt5-qtwayland/patches/patch-qtwayland.pro
@@ -0,0 +1,10 @@
+$NetBSD: patch-qtwayland.pro,v 1.1 2019/10/28 21:35:43 nia Exp $
+
+Do not refuse to build on non-linux.
+
+--- qtwayland.pro.orig 2019-08-13 09:25:25.000000000 +0000
++++ qtwayland.pro
+@@ -1,3 +1,2 @@
+-requires(linux:!android|macos)
+ requires(qtHaveModule(gui))
+ load(qt_parts)