Fix the build

I overlooked that autosetup applies the patch already.

Related: #1983778
This commit is contained in:
Matthias Clasen 2021-07-19 16:43:46 -04:00
parent 621bf97605
commit 035a27f771
1 changed files with 0 additions and 2 deletions

View File

@ -152,8 +152,6 @@ the functionality of the installed %{name} package.
%prep
%autosetup -n gtk+-%{version} -p1
%patch1 -p1
%build
export CFLAGS='-fno-strict-aliasing %optflags'
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;