diff --git a/srcpkgs/txr/patches/musl-configure.patch b/srcpkgs/txr/patches/musl-configure.patch index c143523591f..9694fe51d51 100644 --- a/srcpkgs/txr/patches/musl-configure.patch +++ b/srcpkgs/txr/patches/musl-configure.patch @@ -1,11 +1,11 @@ ---- configure- 2015-10-03 23:20:36.976105846 +0200 -+++ configure 2015-10-03 23:21:38.708814989 +0200 -@@ -2176,7 +2176,7 @@ +--- configure.orig 2017-04-19 12:13:46.969129248 +0000 ++++ configure 2017-04-19 12:16:31.248137723 +0000 +@@ -2457,7 +2457,7 @@ if conftest ; then printf "yes\n" - printf "#define HAVE_ALLOCA 1\n" >> $config_h -- printf "#define ALLOCA_H <%s>\n" $try_header >> $config_h -+ printf '#define ALLOCA_H "%s"\n' $try_header >> $config_h + printf "#define HAVE_ALLOCA 1\n" >> config.h +- printf "#define ALLOCA_H <%s>\n" $try_header >> config.h ++ printf '#define ALLOCA_H "%s"\n' $try_header >> config.h have_alloca=y break; fi diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index ac74b7737fc..70bedb84d8c 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=173 +version=174 revision=1 build_style=configure hostmakedepends="bison flex" @@ -9,7 +9,7 @@ maintainer="Oliver Kiddle " license="2-clause-BSD" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" -checksum=02dd7b3f52fec4197e5df1293e098c8acbeae9da834e16f86e7b44e0173874ff +checksum=209fe8290081b1bc61c622cf2bf2ea330f2bea742508eb4d6b2589878f83fbe2 case "$XBPS_TARGET_MACHINE" in aarch64*) broken="#error port me!" ;;