HomeFreeBSD

games/trenchbroom: unbreak the port's build against Clang 16

Description

games/trenchbroom: unbreak the port's build against Clang 16

Replace deprecated since C++11 and removed from C++17 `std::auto_ptr'
smart pointer class with `std::unique_ptr' which luckily can be used
as a drop-in replacement in this case.

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on Jul 4 2023, 11:50 AM
Parents
R11:908c62ab05be: x11-wm/phoc: update to 0.29.0
Branches
Unknown
Tags
Unknown