From 035a27f771cea133569fe9199b33ae5a4a0f8c30 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Jul 2021 16:43:46 -0400 Subject: [PATCH] Fix the build I overlooked that autosetup applies the patch already. Related: #1983778 --- gtk3.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk3.spec b/gtk3.spec index 90d48bb..e4a81ed 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -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;