Path to this page:
Subject: CVS commit: pkgsrc/graphics/gexiv2
From: Tobias Nygren
Date: 2023-05-23 15:25:25
Message id: 20230523132525.1C519FA87@cvs.NetBSD.org
Log Message:
gexiv2: lower C++ standard from C++17 to C++11
gexiv2 requests C++17 by default in it's meson.build, but it depends on
graphics/exiv2 whose public headers are not C++17 compliant since they make
use of std::auto_ptr:
graphics/gexiv2/work/.buildlink/include/exiv2/tags.hpp:143:17: error: no \
template named 'auto_ptr' in namespace 'std'; did you mean simply 'auto_ptr'?
Files: