mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
telepathy-glib: fix build with gcc14
This commit is contained in:
parent
d545ee7ff5
commit
ed791d8754
1 changed files with 13 additions and 0 deletions
13
srcpkgs/telepathy-glib/patches/gcc14.patch
Normal file
13
srcpkgs/telepathy-glib/patches/gcc14.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Source: https://src.fedoraproject.org/rpms/telepathy-glib/blob/f42/f/telepathy-glib-prXXX-function-type-cast.patch
|
||||
|
||||
--- telepathy-glib-0.24.2/telepathy-glib/protocol.c.type 2021-01-27 00:23:28.000000000 +0900
|
||||
+++ telepathy-glib-0.24.2/telepathy-glib/protocol.c 2024-01-18 09:54:21.131483880 +0900
|
||||
@@ -1791,7 +1791,7 @@
|
||||
i++;
|
||||
}
|
||||
|
||||
- param_specs = g_ptr_array_new_full (i, tp_value_array_free);
|
||||
+ param_specs = g_ptr_array_new_full (i, (GDestroyNotify) tp_value_array_free);
|
||||
|
||||
for (key = keys; key != NULL && *key != NULL; key++)
|
||||
{
|
Loading…
Add table
Reference in a new issue