1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/libhoard
Tobias Kortkamp faf98a4afa devel/libhoard: Unbreak build with Clang 6 (C++14 by default)
include/hoard/geometricsizeclass.h:137:5: error: non-type template argument evaluates to -2147483648, which cannot be narrowed to type 'size_t' (aka 'unsigned long') [-Wc++11-narrowing]
           MaxObjectSize>::VALUE };
           ^

http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/491309/logs/errors/libhoard-3.10.log

- Respect CXX, CXXFLAGS, LDFLAGS
- Add a soname to the library
- Use INSTALL_LIB to install it
2019-01-27 10:36:16 +00:00
..
files
distinfo
Makefile
pkg-descr