From f86790815cbbae4a17e295dff3d6d24032c1b7d5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 3 Sep 2026 17:59:16 +0000 Subject: [PATCH] Regenerate the configure script with autoreconf Otherwise it will fail to guess AArch64 systems. --- PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 5c404c3..e262150 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,6 +14,12 @@ provides=('libSDL_image-1.2.so') source=(https://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz) sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699') +prepare() { + cd SDL_image-$pkgver + touch AUTHORS ChangeLog NEWS + autoreconf --force --install +} + build() { cd SDL_image-$pkgver ./configure --prefix=/usr --disable-static -- 2.55.0