txr: update to 174.

This commit is contained in:
Michael Gehring 2017-04-19 12:11:22 +00:00
parent 2c2c49822d
commit 5699450dee
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -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 <okiddle@yahoo.co.uk>"
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!" ;;