# Ref: https://bugs.gentoo.org/787104
abinfo "Gentoo: Appending -std=c++14 to CXXFLAGS to fix build with GCC >= 12 ..."
export CXXFLAGS="${CXXFLAGS} -std=c++14"
