gnustep-make: update to 2.9.2.

This commit is contained in:
Andrew Benson 2024-06-15 11:10:24 -05:00
parent d25f519fed
commit 4d08618e9a
2 changed files with 2 additions and 13 deletions
srcpkgs/gnustep-make

View file

@ -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) \

View file

@ -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 <Vaelatern@gmail.com>"
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