txr: update to 205.
This commit is contained in:
parent
545d23a5d0
commit
0611d5ba88
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
||||
have_alloca=y
|
||||
break;
|
||||
fi
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'txr'
|
||||
pkgname=txr
|
||||
version=204
|
||||
version=205
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_check_target=tests
|
||||
|
@ -10,7 +10,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="http://www.nongnu.org/txr/"
|
||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=235b6f372f637c943c76f0d9a575d2407b09c958e5df313e0e09763ef780d359
|
||||
checksum=cbb48cfb8ecc2d567acc3cc1b2e339bc394c0335b1702e2ba0d3f11c87cb83bb
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" txr"
|
||||
|
|
Loading…
Reference in New Issue