Files
haikuports/dev-libs/libportal/patches/libportal-0.6.patchset
Gerasim Troeglazov dc92d14e62 libportal: add recipe
2022-12-01 12:50:34 +10:00

24 lines
474 B
Plaintext

From 83b3e228a530ebc80fe658cc66951f8e69119dbc Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 19 Nov 2022 22:34:46 +1000
Subject: Fix build
diff --git a/libportal/portal.c b/libportal/portal.c
index 5e72089..c4ae963 100644
--- a/libportal/portal.c
+++ b/libportal/portal.c
@@ -27,7 +27,9 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
+#ifndef __HAIKU__
#include <sys/vfs.h>
+#endif
#include <stdio.h>
/**
--
2.37.3