Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D5DE85035 for ; Tue, 14 Nov 2023 03:54:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mQeTDfLfyhRg for ; Tue, 14 Nov 2023 03:54:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B7DE085033 for ; Tue, 14 Nov 2023 03:54:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B542FFA3D; Tue, 14 Nov 2023 03:54:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699934095139030" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 03:54:55 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/libkscreen/patches To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231114035455.B542FFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699934095139030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 14 03:54:55 UTC 2023 Added Files: pkgsrc/x11/libkscreen/patches: patch-backends_kwayland_waylandoutputdevice.cpp Log Message: libkscreen: add patch missed in previous commit To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/libkscreen/patches/patch-backends_kwayland_waylandoutputdevice.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699934095139030 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/x11/libkscreen/patches/patch-backends_kwayland_waylandoutputdevice.cpp diff -u /dev/null pkgsrc/x11/libkscreen/patches/patch-backends_kwayland_waylandoutputdevice.cpp:1.1 --- /dev/null Tue Nov 14 03:54:55 2023 +++ pkgsrc/x11/libkscreen/patches/patch-backends_kwayland_waylandoutputdevice.cpp Tue Nov 14 03:54:55 2023 @@ -0,0 +1,14 @@ +$NetBSD: patch-backends_kwayland_waylandoutputdevice.cpp,v 1.1 2023/11/14 03:54:55 gutteridge Exp $ + +Explicitly include cmath, for compilers that are more exacting, e.g., GCC 7.5. + +--- backends/kwayland/waylandoutputdevice.cpp.orig 2023-10-24 12:56:57.000000000 +0000 ++++ backends/kwayland/waylandoutputdevice.cpp +@@ -16,6 +16,7 @@ + + #include + ++#include + #include + + using namespace KScreen; --_----------=_1699934095139030--