summaryrefslogtreecommitdiffstats
path: root/main/aspell-en
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-14 09:03:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-14 09:05:37 +0000
commit948c834375f2327cdee7c3f69c176690f7fcfa0b (patch)
tree02a8a9f922c4806cc59ba3a9196e41bb993db05a /main/aspell-en
parent6701c44f6f1ef22ac46f9242bce36edd93748a1c (diff)
downloadaports-948c834375f2327cdee7c3f69c176690f7fcfa0b.tar.bz2
aports-948c834375f2327cdee7c3f69c176690f7fcfa0b.tar.xz
main/aspell-en: remove --build --host
not autotools
Diffstat (limited to 'main/aspell-en')
-rw-r--r--main/aspell-en/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD
index 7f79a21b3..6dd5efb44 100644
--- a/main/aspell-en/APKBUILD
+++ b/main/aspell-en/APKBUILD
@@ -14,8 +14,6 @@ _builddir="$srcdir"/aspell6-en-$pkgver-0
build () {
cd "$_builddir"
./configure \
- --build=$CBUILD \
- --host=$CHOST \
|| return 1
make || return 1
}