openbsd-ports/sysutils/libportal/patches/patch-libportal_portal_c
ajacoutot 1bb35b3d5c Import libportal-0.6.
libportal provides GIO-style async APIs for most Flatpak portals.

ok robert@
2022-11-06 16:00:31 +00:00

14 lines
234 B
Plaintext

Index: libportal/portal.c
--- libportal/portal.c.orig
+++ libportal/portal.c
@@ -27,7 +27,9 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
+#ifndef __OpenBSD__
#include <sys/vfs.h>
+#endif
#include <stdio.h>
/**