On 2019/12/14 17:28, Jeremie Courreges-Anglas wrote: > > +cc sthen@ (maintainer)
Thanks for the cc. > On Sat, Dec 14 2019, Björn Ketelaars <bjorn.ketela...@hydroxide.nl> wrote: > > jca@ found that textproc/podofo uses -std=c++98 but cppunit now uses > > c++11 features for which ports-gcc insists that -std=c/gnu++11 should be > > used. > > > > /usr/local/include/c++/8.3.0/bits/c++0x_warning.h:32:2: error: #error This > > file requires compiler and library support for the ISO C++ 2011 standard.... > > > > This issue has been addressed upstream [0]. Updating podofo to the > > latest version is kind of a thing as it breaks one of the consumers [1]. > > As such, I propose to cherry-pick the fix. > > > > OK? > > With this podofo builds and packages on sparc64. ok jca@ OK.