gentoo/sci-mathematics
Michael Orlitzky b1aef02b2e
sci-mathematics/gap: fix C23 issues
Apply an upstream patch to change the declaration of ObjFunc from,

  typedef Obj (* ObjFunc) (/*arguments*/);

to,

  typedef void * ObjFunc;

in the public API. There is a corresponding subslot bump to rebuild
consumers. This fixes similar issues in dev-gap/{browse,edim}, and
dev-gap/datastructures-0.3.3 was fixed ahead of time.

Closes: https://bugs.gentoo.org/944036
Closes: https://bugs.gentoo.org/954796
Closes: https://bugs.gentoo.org/954798
Closes: https://bugs.gentoo.org/954803
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2025-07-18 20:08:14 -04:00
..
2025-07-02 02:12:02 +02:00
2025-05-20 21:12:22 +02:00
2025-07-18 20:08:14 -04:00
2025-06-26 20:54:33 +01:00
2025-04-24 23:52:44 +02:00
2025-06-28 16:51:31 -05:00
2025-07-09 23:48:01 +02:00
2025-07-13 17:46:59 +02:00