HomeFreeBSD

emulators/rpcs3: unbreak build after b566fcf015cd

Description

emulators/rpcs3: unbreak build after b566fcf015cd

Utilities/rXml.cpp:56:47: error: no matching member function for call to 'attribute'

if (const pugi::xml_attribute attr = handle.attribute(name))
                                     ~~~~~~~^~~~~~~~~

/usr/local/include/pugixml.hpp:546:17: note: candidate function not viable: no known conversion from 'std::string_view' (aka 'basic_string_view<char>') to 'const char_t *' (aka 'const char *') for 1st argument

xml_attribute attribute(const char_t* name) const;
              ^

/usr/local/include/pugixml.hpp:551:17: note: candidate function not viable: requires 2 arguments, but 1 was provided

xml_attribute attribute(const char_t* name, xml_attribute& hint) const;
              ^

Reported by: pkg-fallout
(direct commit to 2025Q1 as bbc08dcb46a3 is missing on the branch)

Details

Provenance
jbeichAuthored on Jan 16 2025, 4:04 AM
Parents
R11:b0004ec604d1: x11-wm/cosmic-comp: update to 1.0.0.a.5.1
Branches
Unknown
Tags
Unknown