elinks: unbreak musl.
This commit is contained in:
parent
a0207b31a0
commit
da3bd187d5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'elinks'
|
||||
pkgname=elinks
|
||||
version=0.12pre6
|
||||
revision=11
|
||||
revision=12
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-true-color --enable-fastmem"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -13,11 +13,8 @@ license="GPL-3"
|
|||
distfiles="http://elinks.or.cz/download/$pkgname-$version.tar.bz2"
|
||||
checksum=383646375b8a325bef5a132c8300caab90eb0b842c5f8eff68febc00e29acada
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3535/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's,VA_COPY,va_copy,g' src/*/*.c
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue