Drop a leftover from previously applied patches

This commit is contained in:
Kalev Lember 2021-02-24 13:59:19 +01:00
parent 76985090d6
commit 1939c7ebb8

View File

@ -159,10 +159,6 @@ the functionality of the installed %{name} package.
%prep
%autosetup -n gtk+-%{version} -p1
# regenerate for patch3
rm gtk/gtkresources.c
rm testsuite/gtk/gtkresources.c
%build
export CFLAGS='-fno-strict-aliasing %optflags'
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;