freebsd-ports/lang/mono5.20
Piotr Kubaj 37848ee482 lang/mono5.20: fix build with llvm 16
exceptions-ppc.c:798:32: error: incompatible pointer to integer conversion assigning to 'mgreg_t' (aka 'long') from 'gpointer' (aka 'void *') [-Wint-conversion]
        ctx->regs [PPC_FIRST_ARG_REG] = user_data;
                                      ^ ~~~~~~~~~
exceptions-ppc.c:800:23: error: incompatible pointer to integer conversion assigning to 'unsigned long' from 'gpointer' (aka 'void *') [-Wint-conversion]
        *(unsigned long *)sp = MONO_CONTEXT_GET_SP(ctx);
                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~
exceptions-ppc.c:802:45: error: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'gpointer' (aka 'void *') [-Wint-conversion]
        mono_arch_setup_resume_sighandler_ctx(ctx, (unsigned long) async_cb);
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
./mini.h:2314:77: note: passing argument to parameter 'func' here
void     mono_arch_setup_resume_sighandler_ctx  (MonoContext *ctx, gpointer func);
                                                                            ^
3 errors generated.
2023-10-01 11:39:19 +02:00
..
files lang/mono5.20: fix build with llvm 16 2023-10-01 11:39:19 +02:00
distinfo
Makefile lang/mono5*: unbreak with kern.elf*.allow_wx=0 2023-08-10 02:47:06 +02:00
pkg-descr
pkg-message
pkg-plist
pkg-plist.powerpc