Summary: | sysutils/kio-fuse: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | adridg, kde | ||||
Priority: | --- | Flags: | adridg:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Looks good to me. Please commit. A commit references this bug: Author: pkubaj Date: Tue Feb 4 14:40:42 UTC 2020 New revision: 525170 URL: https://svnweb.freebsd.org/changeset/ports/525170 Log: sysutils/kio-fuse: fix build on GCC architectures As usual, C++11 compiler is necessary. Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro. PR: 243870 Approved by: adridg (maintainer) Changes: head/sysutils/kio-fuse/Makefile head/sysutils/kio-fuse/files/patch-kiofusevfs.cpp |
Created attachment 211342 [details] patch As usual, C++11 compiler is necessary. Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro.