git: 39cd10579cb3 - main - devel/appstream: Add patch to fix build with recent Clang.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 15 Apr 2023 17:50:07 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39cd10579cb333886805e9e278682c54ae8d287c

commit 39cd10579cb333886805e9e278682c54ae8d287c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-13 13:28:52 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-15 17:50:00 +0000

    devel/appstream: Add patch to fix build with recent Clang.
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 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;