diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-05 20:46:32 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-05 20:46:32 +0000 |
commit | 51b35c7f22aa7bf9f20a1fe92bc613c52e22e0ea (patch) | |
tree | 8a13dc6e26b8047466459d16e2213aa3cd0a1fd8 /www/nginx-devel/files/extra-patch-passenger-system-calls | |
parent | net/rsocket-cpp: Update 2020.05.25.00 -> 2020.06.01.00 (diff) |
sysutils/kio-fuse: fix build on GCC architectures
ENODATA is not defined on GCC systems:
/wrkdirs/usr/ports/sysutils/kio-fuse/work/kio-fuse-4.95.0/kiofusevfs.cpp: In static member function 'static int KIOFuseVFS::kioErrorToFuseError(int)':
/wrkdirs/usr/ports/sysutils/kio-fuse/work/kio-fuse-4.95.0/kiofusevfs.cpp:2323:55: error: 'ENODATA' was not declared in this scope
2323 | case KIO::ERR_NO_CONTENT : return ENODATA;
Guard it behind ifdef.
PR: 247009
Approved by: tcberner (maintainer)
Notes
Notes:
svn path=/head/; revision=538056
Diffstat (limited to 'www/nginx-devel/files/extra-patch-passenger-system-calls')
0 files changed, 0 insertions, 0 deletions