Comment 16 for bug 1488079

Revision history for this message
In , Ted-tanberry (ted-tanberry) wrote :

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) \