From: Jan Rękorajski Date: Sun, 29 Aug 2021 20:37:02 +0000 (+0200) Subject: - needs -std=c++11 to build X-Git-Tag: auto/th/OpenSceneGraph-3.5.1-11~1 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=6ea9c807b22439ee967062c096dae08e8b5719d6;p=packages%2FOpenSceneGraph.git - needs -std=c++11 to build --- diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec index 5f2542c..277fc1b 100644 --- a/OpenSceneGraph.spec +++ b/OpenSceneGraph.spec @@ -33,6 +33,8 @@ BuildRequires: unzip BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -std=c++11 + %description The Open Scene Graph is a cross-platform C++/OpenGL library for the real-time visualization.