| Summary: | Fix port: devel/sfio | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dima Sivachenko <dima> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed As the originator pointed out David O'Brien just committed a similar fix. |
devel/sfio port installs stdio.h file into /usr/local/include. So it is inconvenient to distinguish between two versions of stdio.h. The proposed patch installs stdio.h into ${PREFIX}/include/sfio, so one can use #include <sfio/stdio.h>.