mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3e7e465ce1
llvm-16 removed support for std::auto_ptr (is was previously deprecated). This updated version of log4cpp now detects whether std::unique_ptr is usable and falls back to std::auto_ptr if it isn't. Since this changes the names of a bunch of mangled C++ symbols, bump the shared lib version. log4cpp build-tested on sparc64, log4cpp and consumers build-tested on amd64.