Skip to content
Snippets Groups Projects
Commit fde93c49 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/anthy: attempt to fix build on ppc64le

parent 7662bc3e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
pkgname=anthy pkgname=anthy
pkgver=9100h pkgver=9100h
_filecode=37536 _filecode=37536
pkgrel=0 pkgrel=1
pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method" pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method"
url="http://sourceforge.jp/projects/anthy/" url="http://sourceforge.jp/projects/anthy/"
arch="all" arch="all"
...@@ -11,9 +11,17 @@ subpackages="$pkgname-dev $pkgname-emacs::noarch" ...@@ -11,9 +11,17 @@ subpackages="$pkgname-dev $pkgname-emacs::noarch"
source="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz" source="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
update_config_sub
}
build() { build() {
cd "$builddir" cd "$builddir"
./configure \ ./configure \
--host=$CHOST \
--build=$CBUILD \
--target=$CTARGET \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment