aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-02-08 21:41:33 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-02-09 18:23:05 +0000
commit3c03469853870c82833ab8398fcac4cc40a4c543 (patch)
treeba2afee3d5097ec819fade60a2e8fe4f6d7cbb4c /x11
parentf75c2ab0d6bc2463dc372ba116c4ad6b21842c22 (diff)
downloadports-3c03469853870c82833ab8398fcac4cc40a4c543.tar.gz
ports-3c03469853870c82833ab8398fcac4cc40a4c543.zip
x11/plasma5-kwayland-server: add missing errno.h include
This fixes the build on FreeBSD 12 Reported by: VVD
Diffstat (limited to 'x11')
-rw-r--r--x11/plasma5-kwayland-server/files/patch-src_server_linuxdmabufv1clientbuffer.cpp10
1 files changed, 10 insertions, 0 deletions
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
+ {