aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-24 11:00:47 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-24 11:00:47 +0200
commitc1623e349904353384772430d53d505568d42620 (patch)
tree679faa7af569517293840f0cba1074c77c92f1e8
parent8d9e0743ba151a4ef8972b66ab8b0191a1566db2 (diff)
community/easytag: fix build on riscv64
-rw-r--r--community/easytag/APKBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/easytag/APKBUILD b/community/easytag/APKBUILD
index ad45afc21b9..8d262791e24 100644
--- a/community/easytag/APKBUILD
+++ b/community/easytag/APKBUILD
@@ -23,6 +23,13 @@ makedepends="
subpackages="$pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/easytag/${pkgver%.*}/easytag-$pkgver.tar.xz"
+prepare() {
+ default_prepare
+
+ update_config_sub
+ update_config_guess
+}
+
build() {
./configure --prefix=/usr
make