Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=103c85e805282ac7de8015c8cf4ce509291bf38e
commit 103c85e805282ac7de8015c8cf4ce509291bf38e Author: crazy <[email protected]> Date: Sat Feb 3 21:35:51 2018 +0100 hspell-1.4-2-x86_64 * rebuild with tc * fix the build() diff --git a/source/apps-extra/hspell/FrugalBuild b/source/apps-extra/hspell/FrugalBuild index 66d60ae..2e5a9e5 100644 --- a/source/apps-extra/hspell/FrugalBuild +++ b/source/apps-extra/hspell/FrugalBuild @@ -4,13 +4,13 @@ pkgname=hspell pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Hebrew spell-checker." url="http://www.ivrix.org.il/projects/spell-checker/" depends=('zlib>=1.2.8-8') makedepends=('aspell>=0.60.6.1-4') groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('x86_64') up2date="Flasttar $url/download.html" source=($url/$pkgname-$pkgver.tar.gz) signatures=("${source[0]}.sig") @@ -19,12 +19,11 @@ Fconfopts=" --enable-fatverb --enable-shared --enable-linginfo" build() { unset MAKEFLAGS - [ "$CARCH" == "x86_64" ] && CFLAGS+=" -fPIC -DPIC" + CFLAGS+=" -fPIC -DPIC" + ## WTF.... + Fsed 'PrefixBits.pl' './PrefixBits.pl' genprefixes.pl + Fsed 'PrefixBits.pl' './PrefixBits.pl' binarize-desc.pl Fconf - - # Do not build them since they are not installed -# Fexec make hunspell || Fdie -# Fexec make aspell || Fdie Fmakeinstall } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
