mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +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"
|
||||
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() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user