aboutsummaryrefslogtreecommitdiffstats
path: root/main/atk
diff options
context:
space:
mode:
Diffstat (limited to 'main/atk')
-rw-r--r--main/atk/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD
index 510bb9be95..005aa371af 100644
--- a/main/atk/APKBUILD
+++ b/main/atk/APKBUILD
@@ -14,7 +14,10 @@ source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$p
depends_dev="glib-dev"
build() {
cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--enable-introspection \
|| return 1
make || return 1