mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
rlwrap: fix for cross-compile.
This commit is contained in:
parent
f000c9e786
commit
146929546e
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rlwrap'
|
# Template file for 'rlwrap'
|
||||||
pkgname=rlwrap
|
pkgname=rlwrap
|
||||||
version=0.42
|
version=0.42
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
@ -11,3 +11,7 @@ license="GPL-2"
|
||||||
homepage="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
|
homepage="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
|
||||||
distfiles="http://utopia.knoware.nl/~hlub/uck/rlwrap/$pkgname-$version.tar.gz"
|
distfiles="http://utopia.knoware.nl/~hlub/uck/rlwrap/$pkgname-$version.tar.gz"
|
||||||
checksum=5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44
|
checksum=5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/file existence when cross compiling/s/as_fn_error/echo/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue