From fde93c49a55b265ca740d9081a4ca70f41656e4b Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 11 Oct 2018 14:42:02 +0000 Subject: testing/anthy: attempt to fix build on ppc64le --- testing/anthy/APKBUILD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/anthy/APKBUILD b/testing/anthy/APKBUILD index 4e1e9d0175..e78e2d3825 100644 --- a/testing/anthy/APKBUILD +++ b/testing/anthy/APKBUILD @@ -2,7 +2,7 @@ pkgname=anthy pkgver=9100h _filecode=37536 -pkgrel=0 +pkgrel=1 pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method" url="http://sourceforge.jp/projects/anthy/" arch="all" @@ -11,9 +11,17 @@ subpackages="$pkgname-dev $pkgname-emacs::noarch" source="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +prepare() { + default_prepare + update_config_sub +} + build() { cd "$builddir" ./configure \ + --host=$CHOST \ + --build=$CBUILD \ + --target=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ -- cgit v1.2.3