GNOME Bugzilla – Bug 768780
O_PATH is a non-standard flag which may be unavailable on non-Linux systems
Last modified: 2016-07-13 16:38:55 UTC
GLib fails to build on FreeBSD because of commit 62bd8f5: gio/gdocumentportal.c:105:22: error: use of undeclared identifier 'O_PATH' fd = g_open (path, O_PATH | O_CLOEXEC); ^ 1 error generated.