commit e239ed6763ae40b771b899bd0cf6a69e6d0fbc32
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 07:09:18 2019 +0000
Add BuildRequires: gcc-c++
Cg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Cg.spec b/Cg.spec
index f6f97d6..f48a989 100644
--- a/Cg.spec
+++ b/Cg.spec
@@ -32,7 +32,7 @@ ExclusiveArch: i386 x86_64
Requires: lib%{name}(%{_target_cpu}) = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: gcc
+BuildRequires: gcc-c++
BuildRequires: freeglut-devel
BuildRequires: glew-devel >= 1.5.1
BuildRequires: libXi-devel