Comment 26 for bug 1488079

Revision history for this message
In , Rose-g (rose-g) wrote :

(In reply to Ted Tanberry from comment #7)
> Even simpler fix:
>
> --- inkscape-0.91.ebuild
> +++ inkscape-0.91.ebuild
> @@ -115,7 +115,7 @@
>
> src_configure() {
> # aliasing unsafe wrt #310393
> - append-flags -fno-strict-aliasing
> + append-flags -fno-strict-aliasing -std=gnu++11
>
> econf \
> $(use_enable static-libs static) \

Works here too.