From a4ede79cf23ad5f0ef480726650acd8b945c65c0ec1fc293d1700cc0e6c46d53 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 24 Jun 2016 15:43:10 +0000 Subject: [PATCH] Accepting request 404498 from home:Zaitor:branches:GNOME:Factory Sorry for yet a resub, now with upstream bug ref OBS-URL: https://build.opensuse.org/request/show/404498 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=5 --- inkscape.changes | 7 +++++++ inkscape.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/inkscape.changes b/inkscape.changes index 06225a9..7ea44dc 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 24 10:45:25 UTC 2016 - zaitor@opensuse.org + +- Export -std=c++11 in CXXFLAGS, needed now after removal of patch + in libsig++ forcing the flag previously. May be removed when + lp#1488079 is fixed. + ------------------------------------------------------------------- Wed Mar 23 13:22:51 UTC 2016 - aeszter@gwdg.de diff --git a/inkscape.spec b/inkscape.spec index 12e589d..7576053 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -172,7 +172,9 @@ RPM_OPT_FLAGS="%{optflags}" export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif export CFLAGS="%{optflags} -fno-strict-aliasing" -export CXXFLAGS="%{optflags} -fno-strict-aliasing" +# This (-std=c++11) is still needed with gcc6 until this is fixed: +# https://bugs.launchpad.net/inkscape/+bug/1488079 +export CXXFLAGS="%{optflags} -std=c++11 -fno-strict-aliasing" %configure\ --enable-lcms \