diff --git a/scummvm-tools-1.8.0-fPIC.patch b/scummvm-tools-1.8.0-fPIC.patch deleted file mode 100644 index 763fb6b..0000000 --- a/scummvm-tools-1.8.0-fPIC.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur scummvm-tools-1.8.0/configure scummvm-tools-1.8.0-mod/configure ---- scummvm-tools-1.8.0/configure 2016-02-27 10:09:38.000000000 +0100 -+++ scummvm-tools-1.8.0-mod/configure 2016-03-13 00:58:56.095966071 +0100 -@@ -1570,7 +1570,7 @@ - return true; - } - EOF -- cc_check $_wxincludes $_wxlibs && has_wx_gui_dev=yes -+ cc_check $_wxincludes $_wxlibs -fPIC && has_wx_gui_dev=yes - - if test "$has_wx_gui_dev" = no ; then - _wxincludes="" -diff -Naur scummvm-tools-1.8.0/Makefile scummvm-tools-1.8.0-mod/Makefile ---- scummvm-tools-1.8.0/Makefile 2016-02-27 10:09:38.000000000 +0100 -+++ scummvm-tools-1.8.0-mod/Makefile 2016-03-13 01:10:13.488556748 +0100 -@@ -47,6 +47,8 @@ - CXXFLAGS+= -Wno-conversion -Wno-shorten-64-to-32 -Wno-sign-compare -Wno-four-char-constants - endif - -+ CXXFLAGS+= -fPIC -+ - ####################################################################### - # Default commands - put the necessary replacements in config.mk # - ####################################################################### diff --git a/scummvm-tools.spec b/scummvm-tools.spec index 1236e12..ae7e331 100644 --- a/scummvm-tools.spec +++ b/scummvm-tools.spec @@ -7,7 +7,6 @@ URL: http://www.scummvm.org Source0: http://www.scummvm.org/frs/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop -Patch0: scummvm-tools-1.8.0-fPIC.patch BuildRequires: gcc-c++ BuildRequires: wxGTK3-devel, libvorbis-devel, flac-devel, desktop-file-utils BuildRequires: zlib-devel bzip2-devel libmad-devel @@ -65,6 +64,7 @@ desktop-file-install \ %changelog * Sun Feb 23 2020 Björn Esser - 2.1.0-3 - Use %%autosetup macro +- Drop unneeded old patch * Thu Jan 30 2020 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild