Add -Wno-static-float-init only when clang is used. Also add USES=localbase.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This fails to build for me:
Graph.cc: In member function 'void Graph::printVerboseInfo()':
Graph.cc:226:26: error: 'ULONG_MAX' was not declared in this scope
unsigned long mindeg = ULONG_MAX ; ^~~~~~~~~
Graph.cc:226:26: note: 'ULONG_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?