summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-06-04 06:15:21 +0000
committeradam <adam@pkgsrc.org>2022-06-04 06:15:21 +0000
commitcb56f4e02072f7b201a81014b08b603e3c986b84 (patch)
treeb35d6f8866554f1dc88f27af29c14a90fee1c8c9 /x11
parent896916a395571b69d95320370c1f87f7986a6183 (diff)
downloadpkgsrc-cb56f4e02072f7b201a81014b08b603e3c986b84.tar.gz
qt5-qtwayland: fix build
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtwayland/distinfo3
-rw-r--r--x11/qt5-qtwayland/patches/patch-src_client_qwaylandinputcontext.cpp14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/qt5-qtwayland/distinfo b/x11/qt5-qtwayland/distinfo
index 2a854502953..99fc88cfffa 100644
--- a/x11/qt5-qtwayland/distinfo
+++ b/x11/qt5-qtwayland/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2022/06/04 06:07:28 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/06/04 06:15:21 adam Exp $
BLAKE2s (qtwayland-everywhere-opensource-src-5.15.4.tar.xz) = 6de5a38ff2fe417aeac92ceaede9fa809559dff9b1cabaf465cde3a3deb35eeb
SHA512 (qtwayland-everywhere-opensource-src-5.15.4.tar.xz) = 58ae262f7aa0455fb577a36fe9413a969398a2043160642501bac064d6fbc3280f76aa566e62b9d73c67a8c3606849b1b97bcb9b0250d26c269ec921112f40e4
@@ -6,4 +6,5 @@ Size (qtwayland-everywhere-opensource-src-5.15.4.tar.xz) = 567300 bytes
SHA1 (patch-config.tests_wayland__scanner_wayland__scanner.pro) = 3b6338a1d2c1425ce71b41e6515824ffc7e67fbc
SHA1 (patch-features_wayland-scanner-client-wayland-protocol-include.prf) = e35ebe8543309373b12670eb2abc911263d15039
SHA1 (patch-qtwayland.pro) = 8a46a9cdf35c0a21cb19d764ff6d7546965bdd44
+SHA1 (patch-src_client_qwaylandinputcontext.cpp) = 10c1bd818b4726a7f4757cca9de9df9fc9e4b52b
SHA1 (patch-src_hardwareintegration_compositor_linux-dmabuf-unstable-v1_linuxdmabuf.h) = 3e6dde410c58d2f5e60634b6628069420dbc2250
diff --git a/x11/qt5-qtwayland/patches/patch-src_client_qwaylandinputcontext.cpp b/x11/qt5-qtwayland/patches/patch-src_client_qwaylandinputcontext.cpp
new file mode 100644
index 00000000000..229f27c7a3f
--- /dev/null
+++ b/x11/qt5-qtwayland/patches/patch-src_client_qwaylandinputcontext.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_client_qwaylandinputcontext.cpp,v 1.1 2022/06/04 06:15:21 adam Exp $
+
+Fix for undefined LC_CTYPE.
+
+--- src/client/qwaylandinputcontext.cpp.orig 2022-06-02 18:27:18.286669600 +0000
++++ src/client/qwaylandinputcontext.cpp
+@@ -37,6 +37,7 @@
+ **
+ ****************************************************************************/
+
++#include <clocale>
+
+ #include "qwaylandinputcontext_p.h"
+