Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 11:43:15 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f58b643d2295 - main - x11/plasma6-plasma-workspace: fix build on i386
Message-ID:  <69b2a6d3.1d958.42f56dc7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f58b643d2295d4b635ef3eda8e1d67e95bf9e9db

commit f58b643d2295d4b635ef3eda8e1d67e95bf9e9db
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-03-12 11:43:05 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-03-12 11:43:05 +0000

    x11/plasma6-plasma-workspace: fix build on i386
---
 .../files/patch-xembed-sni-proxy_sniproxy.cpp                 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/x11/plasma6-plasma-workspace/files/patch-xembed-sni-proxy_sniproxy.cpp b/x11/plasma6-plasma-workspace/files/patch-xembed-sni-proxy_sniproxy.cpp
new file mode 100644
index 000000000000..1ed5f0ee4208
--- /dev/null
+++ b/x11/plasma6-plasma-workspace/files/patch-xembed-sni-proxy_sniproxy.cpp
@@ -0,0 +1,11 @@
+--- xembed-sni-proxy/sniproxy.cpp.orig	2026-03-03 09:36:38 UTC
++++ xembed-sni-proxy/sniproxy.cpp
+@@ -324,7 +324,7 @@ QImage SNIProxy::getImageNonComposite() const
+             return elaborateConversion;
+     } else {
+         // Now we are sure we can eventually delete the xcb_image_t with this version
+-        return {image->data, image->width, image->height, image->stride, QImage::Format_ARGB32, sni_cleanup_xcb_image, image};
++        return {image->data, image->width, image->height, static_cast<qsizetype>(image->stride), QImage::Format_ARGB32, sni_cleanup_xcb_image, image};
+     }
+ }
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b2a6d3.1d958.42f56dc7>