From 565f35b4aa8a7e0479bc5aa7446dbc71a944e4b5 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 11 Dec 2019 22:14:17 +0100 Subject: [PATCH] mono: update to 6.6.0.161. --- srcpkgs/mono/patches/musl.patch | 8 ++++---- srcpkgs/mono/template | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/mono/patches/musl.patch b/srcpkgs/mono/patches/musl.patch index 0c523eb9c2..193fb28860 100644 --- a/srcpkgs/mono/patches/musl.patch +++ b/srcpkgs/mono/patches/musl.patch @@ -1,11 +1,11 @@ ---- mono/utils/mono-os-mutex.h 2019-09-25 17:24:27.868901488 +0200 -+++ mono/utils/mono-os-mutex.h 2019-09-25 17:24:46.344659000 +0200 +--- mono/utils/mono-os-mutex.h 2019-12-11 22:05:32.992353279 +0100 ++++ mono/utils/mono-os-mutex.h 2019-12-11 22:05:50.267114788 +0100 @@ -57,7 +57,7 @@ if (G_UNLIKELY (res != 0)) g_error ("%s: pthread_mutexattr_settype failed with \"%s\" (%d)", __func__, g_strerror (res), res); --#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL -+#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__) +-#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL ++#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__) /* use PTHREAD_PRIO_INHERIT if possible */ res = pthread_mutexattr_setprotocol (&attr, PTHREAD_PRIO_INHERIT); if (G_UNLIKELY (res != 0 && res != ENOTSUP)) diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index 170438ae0d..5ef7daf858 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -1,6 +1,6 @@ # Template file for 'mono' pkgname=mono -version=6.4.0.198 +version=6.6.0.161 revision=1 build_style=gnu-configure configure_args="--disable-system-aot" @@ -13,7 +13,7 @@ maintainer="Helmut Pozimski " license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1" homepage="https://www.mono-project.com" distfiles="https://download.mono-project.com/sources/mono/${pkgname}-${version}.tar.xz" -checksum=d00852822525e36f9f8b3e0f537d3a41c7a718cac22d06fc63ea64988877c2ea +checksum=778badcf2f201df7efa5e031d01802ea8c29818de66e5e7e9f85212c2277d85f lib32disabled=yes python_version="3"