Commit Graph

4 Commits

Author SHA1 Message Date
termux-pacman-bot
32569d5d35 fix(main/libgee): Fix build with current toolchain
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271485:

> Clang 16 has a new error about incompatible function types, which shows
> up when building devel/libgee:
>
> hashmap.c:4089:23: error: incompatible function pointer types assigning to 'gboolean (*)(GeeMapIterator *)' (aka 'int (*)(struct _GeeMapIterator *)') from 'gboolean (GeeHashMapNodeIterator *)' (aka 'int (struct _GeeHashMapNodeIterator *)') [-Wincompatible-function-pointer-types]
>              iface->get_read_only = gee_hash_map_map_iterator_real_get_read_only;
>                                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Since the error occurs in vala-generated code, it does not make sense to
> patch the .c file. Suppress the warning instead.
2024-06-19 13:10:21 +00:00
termux-pacman-bot
fbdd252251 new package: libgee 2023-06-03 11:47:28 +00:00
Maxython
f60ab37000 rebuild static packages (#10)
[skip ci]
2023-06-03 14:44:42 +03:00
termux-pacman-bot
6b49842cc8 new package: libgee 2022-11-14 05:21:09 +00:00