commit 2ba2e2811a4684dcef8d42354a696bea7d0ff4ab
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Apr 17 18:40:18 2021 +0200
Fix FTBFS for gcc-11
snes9x.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/snes9x.spec b/snes9x.spec
index c07a93f..00e3968 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,7 +1,7 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
Version: 1.60
-Release: 5%{?dist}
+Release: 6%{?dist}
License: Other
URL:
http://www.snes9x.com/
Source0:
https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
@@ -66,6 +66,9 @@ rm -rf unzip
%build
+export CFLAGS="%{optflags} -std=gnu++14"
+export CXXFLAGS="%{optflags} -std=gnu++14"
+
# Build GTK version
pushd gtk
%meson
@@ -123,6 +126,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sat Apr 17 2021 Andrea Musuruane <musuruan(a)gmail.com> - 1.60-6
+- Fix FTBFS for gcc-11
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1.60-5
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild