diff --git a/fife.spec b/fife.spec index 04f7b68..b4a28b2 100644 --- a/fife.spec +++ b/fife.spec @@ -29,6 +29,8 @@ Url: http://www.fifengine.de Group: Amusements/Games/Other Source: http://netcologne.dl.sourceforge.net/project/fife/active/src/%{name}_%{version}.tar.gz # Update license +# Fix build with GCC6. Hopefully fixes https://bugzilla.novell.com/show_bug.cgi?id=955063 +Patch0: fix_build_with_gcc6.patch Source99: http://www.gnu.org/licenses/lgpl-2.0.txt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: boost-devel @@ -100,6 +102,7 @@ game using Python interfaces. %prep %setup -q -n %{name}_%{version} +%patch0 # Update licence rm COPYING cp %{S:99} COPYING