mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
txr: update to 174.
This commit is contained in:
parent
2c2c49822d
commit
5699450dee
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- configure- 2015-10-03 23:20:36.976105846 +0200
|
--- configure.orig 2017-04-19 12:13:46.969129248 +0000
|
||||||
+++ configure 2015-10-03 23:21:38.708814989 +0200
|
+++ configure 2017-04-19 12:16:31.248137723 +0000
|
||||||
@@ -2176,7 +2176,7 @@
|
@@ -2457,7 +2457,7 @@
|
||||||
if conftest ; then
|
if conftest ; then
|
||||||
printf "yes\n"
|
printf "yes\n"
|
||||||
printf "#define HAVE_ALLOCA 1\n" >> $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
|
||||||
+ printf '#define ALLOCA_H "%s"\n' $try_header >> $config_h
|
+ printf '#define ALLOCA_H "%s"\n' $try_header >> config.h
|
||||||
have_alloca=y
|
have_alloca=y
|
||||||
break;
|
break;
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'txr'
|
# Template file for 'txr'
|
||||||
pkgname=txr
|
pkgname=txr
|
||||||
version=173
|
version=174
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="bison flex"
|
hostmakedepends="bison flex"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://www.nongnu.org/txr/"
|
homepage="http://www.nongnu.org/txr/"
|
||||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=02dd7b3f52fec4197e5df1293e098c8acbeae9da834e16f86e7b44e0173874ff
|
checksum=209fe8290081b1bc61c622cf2bf2ea330f2bea742508eb4d6b2589878f83fbe2
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*) broken="#error port me!" ;;
|
aarch64*) broken="#error port me!" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue