| Summary: | Fix build on -current: databases/dbview --- bento error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | obraun <obraun> | ||||
| 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 Committed thanks! |
change dependencies in the ports Makefile /usr/include/sys/inttypes.h -> /usr/include/inttypes.h /usr/include/malloc.h -> /usr/include/stdlib.h change include malloc.h -> stdlib.h (2nd malloc fix was already submitted in PR ports/36705, but not yet committed) Regards, Olli