From: Jan Rękorajski Date: Thu, 28 Mar 2019 22:47:41 +0000 (+0100) Subject: - fix building with modern gcc X-Git-Tag: auto/th/kde4-smokeqt-4.14.3-5 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=afd22921a0dc3b7929eadd34ba5172fd43fb9997;p=packages%2Fkde4-smokeqt.git - fix building with modern gcc - rel 5 --- diff --git a/kde4-smokeqt.spec b/kde4-smokeqt.spec index 5f62795..8db06e3 100644 --- a/kde4-smokeqt.spec +++ b/kde4-smokeqt.spec @@ -6,7 +6,7 @@ Summary: smokeqt - A SMOKE library Summary(pl.UTF-8): smokeqt - Biblioteka SMOKE Name: kde4-smokeqt Version: 4.14.3 -Release: 4 +Release: 5 License: GPL v2+ Group: X11/Libraries Source0: http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz @@ -67,6 +67,7 @@ Pliki nagłówkowe biblioteki %{name}. %build install -d build cd build +export CXXFLAGS="%{rpmcxxflags} -std=gnu++98" %cmake \ ../ %{__make}