summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/xbindkeys/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD
index 555656b770e..533a673e466 100644
--- a/community/xbindkeys/APKBUILD
+++ b/community/xbindkeys/APKBUILD
@@ -14,6 +14,12 @@ subpackages="$pkgname-doc"
source="https://nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz
10-guile3_0.patch"
+prepare() {
+ default_prepare
+
+ update_config_guess
+}
+
build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \