diff --git a/srcpkgs/gnustep-make/patches/musl.patch b/srcpkgs/gnustep-make/patches/musl.patch deleted file mode 100644 index 2163a842295..00000000000 --- a/srcpkgs/gnustep-make/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/target.make -+++ b/target.make -@@ -553,7 +553,7 @@ - # The following ifeq matches both 'linux-gnu' (which is GNU/Linux ELF) - # and 'gnu0.3' (I've been told GNUSTEP_TARGET_OS is 'gnu0.3' on - # GNU/Hurd at the moment). We want the same code in both cases. --ifeq ($(findstring gnu, $(GNUSTEP_TARGET_OS)), gnu) -+ifeq ($(findstring linux, $(GNUSTEP_TARGET_OS)), linux) - HAVE_SHARED_LIBS = yes - SHARED_LIB_LINK_CMD = \ - $(LD) $(SHARED_LD_PREFLAGS) -shared -Wl,-soname,$(LIB_LINK_SONAME_FILE) \ diff --git a/srcpkgs/gnustep-make/template b/srcpkgs/gnustep-make/template index e77d199252d..4a528934bed 100644 --- a/srcpkgs/gnustep-make/template +++ b/srcpkgs/gnustep-make/template @@ -1,6 +1,6 @@ # Template file for 'gnustep-make' pkgname=gnustep-make -version=2.9.0 +version=2.9.2 revision=1 build_style=gnu-configure conf_files="/etc/GNUstep/GNUstep.conf" @@ -10,7 +10,7 @@ maintainer="Toyam Cox " license="GPL-3.0-or-later" homepage="http://www.gnustep.org" distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz" -checksum=a0b066c11257879c7c85311dea69c67f6dc741ef339db6514f85b64992c40d2a +checksum=f540df9f0e1daeb3d23b08e14b204b2a46f1d0a4005cb171c95323413806e4e1 post_install() { sed -i 's,/builddir/.xbps-gnustep-make/wrappers,/usr/bin,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make