txr: update to 235.
This commit is contained in:
parent
aefe0983a8
commit
db22bd2c04
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'txr'
|
||||
pkgname=txr
|
||||
version=233
|
||||
revision=2
|
||||
version=235
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm* ppc64*"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
|
@ -14,7 +14,7 @@ license="BSD-2-Clause"
|
|||
homepage="http://www.nongnu.org/txr/"
|
||||
changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=${pkgname}-${version}"
|
||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a12e7769c1f3354f6c85bc1d26a3cb2de548e45ac7ae38b982e74163b19148d8
|
||||
checksum=1fdb2d56e8223779e52c64846787dd7a6c4e280278ca098c1b19133c357da87f
|
||||
nopie=yes
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -28,8 +28,8 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_configure() {
|
||||
vsed -i config.make -e "#^PLATFORM_CFLAGS#s#:=.*$#:= ${CFLAGS}#"
|
||||
vsed -i config.make -e "#^PLATFORM_LDFLAGS#s#:=.*$#:= ${LDFLAGS}#"
|
||||
vsed -i config.make -e "\#^PLATFORM_CFLAGS#s#:=.*\$#:= ${CFLAGS}#"
|
||||
vsed -i config.make -e "\#^PLATFORM_LDFLAGS#s#:=.*\$#:= ${LDFLAGS}#"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue