pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libkscreen/patches
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.
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 <wayland-server-protocol.h>
+
++#include <cmath>
+ #include <utility>
+
+ using namespace KScreen;
Home |
Main Index |
Thread Index |
Old Index