summaryrefslogtreecommitdiff
path: root/community/xbindkeys/APKBUILD
diff options
context:
space:
mode:
authorcos <cos>2024-09-06 12:10:21 +0200
committercos <cos>2024-09-07 13:52:59 +0200
commite1d0a8b99f6efeda88057a992094a4360d48a9d7 (patch)
tree23fe3fcf06d73cc743a1cf96d80cafa6a60ca6e1 /community/xbindkeys/APKBUILD
parent51fd0cb9c1c5a3823fe7a1100fe221c731199a5c (diff)
downloadaports-e1d0a8b99f6efeda88057a992094a4360d48a9d7.zip
fixup! community/xbindkeys: use default features
Diffstat (limited to 'community/xbindkeys/APKBUILD')
-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 \