git: 0878be87f724 - 2023Q2 - devel/appstream: Add patch to fix build with recent Clang.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Apr 2023 19:30:28 UTC
The branch 2023Q2 has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0878be87f724e14dd355136641e90e8d7b0e4193
commit 0878be87f724e14dd355136641e90e8d7b0e4193
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-13 13:28:52 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-15 19:30:16 +0000
devel/appstream: Add patch to fix build with recent Clang.
Sponsored by: Serenity Cybersecurity, LLC
(cherry picked from commit 39cd10579cb333886805e9e278682c54ae8d287c)
---
devel/appstream/files/patch-compose_asc-globals.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/devel/appstream/files/patch-compose_asc-globals.c b/devel/appstream/files/patch-compose_asc-globals.c
new file mode 100644
index 000000000000..1ce953ca1f47
--- /dev/null
+++ b/devel/appstream/files/patch-compose_asc-globals.c
@@ -0,0 +1,11 @@
+--- compose/asc-globals.c.orig 2023-02-10 19:54:13 UTC
++++ compose/asc-globals.c
+@@ -455,7 +455,7 @@ gchar**
+ * Returns: (transfer full): A list of valid hint tags. Free with %g_strfreev
+ */
+ gchar**
+-asc_globals_get_hint_tags ()
++asc_globals_get_hint_tags (void)
+ {
+ AscGlobalsPrivate *priv = asc_globals_get_priv ();
+ GHashTableIter iter;