aboutsummaryrefslogtreecommitdiffstats
path: root/community/font-manager/gcc-11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/font-manager/gcc-11.patch')
-rw-r--r--community/font-manager/gcc-11.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/font-manager/gcc-11.patch b/community/font-manager/gcc-11.patch
deleted file mode 100644
index 6f6760fd442..00000000000
--- a/community/font-manager/gcc-11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From f9c4621389dae5999ca9d2f3c8402c2512a9ea60 Mon Sep 17 00:00:00 2001
-From: Jerry Casiano <JerryCasiano@gmail.com>
-Date: Thu, 30 Sep 2021 18:31:10 -0400
-Subject: [PATCH] - Add (skip) annotation to fsType_to_string - Issue #240
-
----
- lib/common/font-manager-freetype.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/common/font-manager-freetype.c b/lib/common/font-manager-freetype.c
-index cd0236a4..9d3bfac6 100644
---- a/lib/common/font-manager-freetype.c
-+++ b/lib/common/font-manager-freetype.c
-@@ -278,7 +278,7 @@ font_manager_fsType_get_type (void)
- }
-
- /**
-- * font_manager_fsType_to_string:
-+ * font_manager_fsType_to_string: (skip)
- * @fstype: #FontManagerfsType
- *
- * Returns a description of the fsType field suitable for display.