diff options
Diffstat (limited to 'main/inkscape/APKBUILD')
-rw-r--r-- | main/inkscape/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD index 3944f12577..b4e9d97556 100644 --- a/main/inkscape/APKBUILD +++ b/main/inkscape/APKBUILD @@ -44,7 +44,10 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --with-python \ --with-perl \ --without-gnome-vfs \ |