From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5056A15808B for ; Fri, 15 Apr 2022 06:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3923FE08A8; Fri, 15 Apr 2022 06:08:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5566DE08A8 for ; Fri, 15 Apr 2022 06:08:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 518BC341D9B for ; Fri, 15 Apr 2022 06:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EFB355 for ; Fri, 15 Apr 2022 06:08:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650002910.b21c0ff832622375a6aae8b36c6a0566e6dfaf1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/files/, dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/files/qtwayland-5.15.3-clang.patch dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild X-VCS-Directories: dev-qt/qtwayland/ dev-qt/qtwayland/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b21c0ff832622375a6aae8b36c6a0566e6dfaf1c X-VCS-Branch: master Date: Fri, 15 Apr 2022 06:08:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed71dd6e-0878-4e6a-8cab-c79e2080c769 X-Archives-Hash: a3cd43457232e53c7dd1e4c0a74c655b commit: b21c0ff832622375a6aae8b36c6a0566e6dfaf1c Author: Denis Pronin yandex ru> AuthorDate: Fri Apr 15 04:32:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 15 06:08:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21c0ff8 dev-qt/qtwayland: fixed building with clang (missing include) Added qtwayland-5.15.3-clang.patch that fixes building with clang (libcxx). Closes: https://bugs.gentoo.org/833488 Closes: https://github.com/gentoo/gentoo/pull/25030 Signed-off-by: Denis Pronin yandex.ru> Signed-off-by: Sam James gentoo.org> dev-qt/qtwayland/files/qtwayland-5.15.3-clang.patch | 12 ++++++++++++ dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtwayland/files/qtwayland-5.15.3-clang.patch b/dev-qt/qtwayland/files/qtwayland-5.15.3-clang.patch new file mode 100644 index 000000000000..4ad80127f516 --- /dev/null +++ b/dev-qt/qtwayland/files/qtwayland-5.15.3-clang.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/833488 +--- a/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h ++++ b/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h +@@ -44,6 +44,8 @@ + #include + #include + ++#include ++ + // compatibility with libdrm <= 2.4.74 + #ifndef DRM_FORMAT_RESERVED + #define DRM_FORMAT_RESERVED ((1ULL << 56) - 1) diff --git a/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild b/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild index 4743cce364a5..2c07d29ec9f6 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild @@ -33,7 +33,10 @@ BDEPEND=" dev-util/wayland-scanner " -PATCHES=( "${FILESDIR}/${PN}-5.15.2-QTBUG-90037-QTBUG-91264.patch" ) # upstream pending +PATCHES=( + "${FILESDIR}/${PN}-5.15.2-QTBUG-90037-QTBUG-91264.patch" # upstream pending + "${FILESDIR}/${PN}-5.15.3-clang.patch" +) src_configure() { local myqmakeargs=(