1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/databases/leofs
Mikolaj Golub ba4c77cf20 databases/leofs: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because Makefile does not explicitly set its C++ standard, this leads
to the error when building eleveldb:

  util/bloom.cc💯10: error: no template named 'auto_ptr' in namespace 'std'
      std::auto_ptr<const FilterPolicy> m_Item;
      ~~~~~^

Add USE_CXXSTD=gnu++11 to avoid this error.
2023-06-28 09:27:40 +03:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist