git: 3c0346985387 - main - x11/plasma5-kwayland-server: add missing errno.h include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 18:24:07 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c03469853870c82833ab8398fcac4cc40a4c543 commit 3c03469853870c82833ab8398fcac4cc40a4c543 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-02-08 21:41:33 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-02-09 18:23:05 +0000 x11/plasma5-kwayland-server: add missing errno.h include This fixes the build on FreeBSD 12 Reported by: VVD --- .../files/patch-src_server_linuxdmabufv1clientbuffer.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11/plasma5-kwayland-server/files/patch-src_server_linuxdmabufv1clientbuffer.cpp b/x11/plasma5-kwayland-server/files/patch-src_server_linuxdmabufv1clientbuffer.cpp new file mode 100644 index 000000000000..416962fc5563 --- /dev/null +++ b/x11/plasma5-kwayland-server/files/patch-src_server_linuxdmabufv1clientbuffer.cpp @@ -0,0 +1,10 @@ +--- src/server/linuxdmabufv1clientbuffer.cpp.orig 2022-02-08 21:40:49 UTC ++++ src/server/linuxdmabufv1clientbuffer.cpp +@@ -17,6 +17,7 @@ + + #include <QTemporaryFile> + #include <fcntl.h> ++#include <errno.h> + + namespace KWaylandServer + {