git: 670bc4e41927 - main - x11-wm/plasma5-kwin: add missing errno.h include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 18:24:08 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=670bc4e4192794507a8d555b14134978c33e7ac3 commit 670bc4e4192794507a8d555b14134978c33e7ac3 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-02-09 18:22:32 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-02-09 18:23:26 +0000 x11-wm/plasma5-kwin: add missing errno.h include This fixes the build on FreeBSD 12 Reported by: VVD --- .../files/patch-src_backends_drm_drm__pipeline__legacy.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/x11-wm/plasma5-kwin/files/patch-src_backends_drm_drm__pipeline__legacy.cpp b/x11-wm/plasma5-kwin/files/patch-src_backends_drm_drm__pipeline__legacy.cpp new file mode 100644 index 000000000000..8c03cf2f9116 --- /dev/null +++ b/x11-wm/plasma5-kwin/files/patch-src_backends_drm_drm__pipeline__legacy.cpp @@ -0,0 +1,11 @@ +--- src/backends/drm/drm_pipeline_legacy.cpp.orig 2022-02-09 06:05:36 UTC ++++ src/backends/drm/drm_pipeline_legacy.cpp +@@ -14,6 +14,8 @@ + #include "drm_object_connector.h" + #include "logging.h" + ++#include <errno.h> ++ + namespace KWin + { +