Warning, /graphics/krita/3rdparty/ext_gettext/0001-Fix-macro-definitions.patch is written in an unsupported language. File is not indexed.

0001 From 328ffbf205a23164c7528a9a5f3feb684dd4c11c Mon Sep 17 00:00:00 2001
0002 From: "L. E. Segovia" <amy@amyspark.me>
0003 Date: Sat, 20 Feb 2021 20:03:28 +0000
0004 Subject: [PATCH 1/4] Fix macro definitions
0005 
0006 https://github.com/microsoft/vcpkg/tree/c84dfe7ddd6f3ba14ec9f4b1f2c577365175128b/ports/gettext
0007 ---
0008  gettext-runtime/intl/xsize.h | 5 +++++
0009  1 file changed, 5 insertions(+)
0010 
0011 diff --git a/gettext-runtime/intl/xsize.h b/gettext-runtime/intl/xsize.h
0012 index 9b9840f..3007228 100644
0013 --- a/gettext-runtime/intl/xsize.h
0014 +++ b/gettext-runtime/intl/xsize.h
0015 @@ -29,6 +29,11 @@
0016  
0017  /* Get ATTRIBUTE_PURE.  */
0018  #include "attribute.h"
0019 +#if defined _WIN32
0020 +# define _GL_INLINE_HEADER_BEGIN
0021 +# define _GL_INLINE_HEADER_END
0022 +# define _GL_INLINE static inline
0023 +#endif
0024  
0025  #ifndef _GL_INLINE_HEADER_BEGIN
0026   #error "Please include config.h first."
0027 -- 
0028 2.31.1.windows.1
0029