Warning, /graphics/krita/3rdparty/ext_ffmpeg/0001-libavutil-Don-t-disable-PIC-on-x86_32.patch is written in an unsupported language. File is not indexed.

0001 From f9ced16fd33db383713cf2baa665446a743d8654 Mon Sep 17 00:00:00 2001
0002 From: Dmitry Kazakov <dimula73@gmail.com>
0003 Date: Wed, 31 May 2023 15:28:17 +0300
0004 Subject: [PATCH] [libavutil] Don't disable PIC on x86_32
0005 
0006 ---
0007  libavutil/x86/x86inc.asm | 2 +-
0008  1 file changed, 1 insertion(+), 1 deletion(-)
0009 
0010 diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
0011 index 01c35e3a4b..69d816b377 100644
0012 --- a/libavutil/x86/x86inc.asm
0013 +++ b/libavutil/x86/x86inc.asm
0014 @@ -105,7 +105,7 @@
0015  ; x86_32 doesn't require PIC.
0016  ; Some distros prefer shared objects to be PIC, but nothing breaks if
0017  ; the code contains a few textrels, so we'll skip that complexity.
0018 -    %undef PIC
0019 +;    %undef PIC
0020  %endif
0021  %ifdef PIC
0022      default rel
0023 -- 
0024 2.25.1
0025