diff --git a/srcpkgs/xonotic/patches/musl-moncontrol.patch b/srcpkgs/xonotic/patches/musl-moncontrol.patch deleted file mode 100644 index 41b11d74b8f..00000000000 --- a/srcpkgs/xonotic/patches/musl-moncontrol.patch +++ /dev/null @@ -1,13 +0,0 @@ -There is no moncontrol() in musl libc. - ---- a/source/darkplaces/sys_shared.c 2015-01-13 19:56:16.000000000 +0100 -+++ b/source/darkplaces/sys_shared.c 2015-08-30 09:24:54.839064473 +0200 -@@ -69,7 +69,7 @@ - else - moncleanup(); - #endif --#elif defined(__linux__) || defined(__FreeBSD__) -+#elif (defined(__linux__) && defined(__GLIBC__)) || defined(__FreeBSD__) - extern int moncontrol(int); - moncontrol(enable); - #endif diff --git a/srcpkgs/xonotic/template b/srcpkgs/xonotic/template index 576f19979de..b492d0d5f63 100644 --- a/srcpkgs/xonotic/template +++ b/srcpkgs/xonotic/template @@ -1,7 +1,7 @@ # Template file for 'xonotic' pkgname=xonotic -version=0.8.2 -revision=2 +version=0.8.5 +revision=1 wrksrc="Xonotic" hostmakedepends="unzip automake libtool" makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel @@ -13,7 +13,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later, BSD-3-Clause" homepage="http://xonotic.org" distfiles="https://dl.xonotic.org/xonotic-${version}-source.zip" -checksum=5e6916f1e6e9e22285bb71ddd075189102857383e74ed0b0a3d27cef08e0bd2b +checksum=a1a81ba55ab151bf09758e7f59614b2e5150e84224753e77950bcd07a282ea5d nocross=yes do_build() {