[packages/OpenSceneGraph] - needs -std=c++11 to build
baggins
baggins at pld-linux.org
Sun Aug 29 22:37:20 CEST 2021
commit 6ea9c807b22439ee967062c096dae08e8b5719d6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Aug 29 22:37:02 2021 +0200
- needs -std=c++11 to build
OpenSceneGraph.spec | 2 ++
1 file changed, 2 insertions(+)
---
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.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenSceneGraph.git/commitdiff/6ea9c807b22439ee967062c096dae08e8b5719d6
More information about the pld-cvs-commit
mailing list