diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-14 09:03:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-14 09:05:37 +0000 |
commit | 948c834375f2327cdee7c3f69c176690f7fcfa0b (patch) | |
tree | 02a8a9f922c4806cc59ba3a9196e41bb993db05a /main | |
parent | 6701c44f6f1ef22ac46f9242bce36edd93748a1c (diff) | |
download | aports-948c834375f2327cdee7c3f69c176690f7fcfa0b.tar.bz2 aports-948c834375f2327cdee7c3f69c176690f7fcfa0b.tar.xz |
main/aspell-en: remove --build --host
not autotools
Diffstat (limited to 'main')
-rw-r--r-- | main/aspell-en/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD index 7f79a21b39..6dd5efb443 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 } |