diff --git a/srcpkgs/xload/patches/fix-musl.patch b/srcpkgs/xload/patches/fix-musl.patch deleted file mode 100644 index f7baecd1148..00000000000 --- a/srcpkgs/xload/patches/fix-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/get_rload.c -+++ b/get_rload.c -@@ -9,7 +9,7 @@ - /* Not all OS supports get_rload - steal the STUB idea from get_load - */ --#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32) -+#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32) || !defined(__GLIBC__) - #define RLOADSTUB - #endif - diff --git a/srcpkgs/xload/template b/srcpkgs/xload/template index ea85f0afcc4..2ac5e5a27e0 100644 --- a/srcpkgs/xload/template +++ b/srcpkgs/xload/template @@ -1,6 +1,6 @@ # Template file for 'xload' pkgname=xload -version=1.1.4 +version=1.2.0 revision=1 build_style=gnu-configure hostmakedepends="gettext pkg-config xorg-util-macros" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="X11, MIT" homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html" distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz" -checksum=8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031 +checksum=2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80 post_install() { vlicense COPYING