aboutsummaryrefslogtreecommitdiffstats
path: root/main/xproto
diff options
context:
space:
mode:
Diffstat (limited to 'main/xproto')
-rw-r--r--main/xproto/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xproto/APKBUILD b/main/xproto/APKBUILD
index 13cdcb0fd7..5138deb7be 100644
--- a/main/xproto/APKBUILD
+++ b/main/xproto/APKBUILD
@@ -14,6 +14,11 @@ source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.t
_builddir="$srcdir"/$pkgname-$pkgver
+prepare() {
+ cd "$_builddir"
+ update_config_sub || return 1
+}
+
build() {
cd "$_builddir"
./configure \