On 2019/04/15 16:48, Charlene Wendling wrote:
>
> Take 2, as i've already worked on it when ports-gcc-6 was out.
>
> > error: struct std::tr1::array<long long int, 50> has no member
> > named fill
>
> There is already a set of patches to fix these issues. It was limited
> to clang so far, i removed this limitation. I've also removed the
> sparc64 workarounds as they are not needed anymore nowadays [0],
> it uses ports-gcc.
> -.if ${PROPERTIES:Mclang}
> +CXXFLAGS += -std=c++11
> +# some patches involve the tr1 stuff
> +PATCH_LIST = patch-* clangpatch-*
> +
As this is now unconditional, please merge the clangpatch-* files into
the main patch-* and get rid of PATCH_LIST.