From 10cde45cfc3ec240de1b703ca06a41f3abdc57a0 Mon Sep 17 00:00:00 2001 From: znley Date: Tue, 30 Apr 2024 08:02:33 +0000 Subject: [PATCH] community/glew: update_config_guess for loongarch64 --- community/glew/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/glew/APKBUILD b/community/glew/APKBUILD index 35cbb1dec6c..4e6845646c8 100644 --- a/community/glew/APKBUILD +++ b/community/glew/APKBUILD @@ -17,6 +17,11 @@ source="https://downloads.sourceforge.net/glew/glew-$pkgver.tgz " replaces="mesa-dev" +prepare() { + default_prepare + update_config_guess +} + build() { make \ STRIP= \