mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/xvidtune: update config.guess and config.sub to fix build on aarch64
This commit is contained in:
parent
a6686e6e78
commit
b7f1ad0466
@ -10,6 +10,14 @@ makedepends="libx11-dev libxxf86vm-dev libxaw-dev libxmu-dev libxt-dev"
|
|||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
|
source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
|
||||||
|
cd "$builddir"
|
||||||
|
chmod +w config.guess config.sub
|
||||||
|
update_config_guess && update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user