diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:39:19 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:39:19 -0500 |
commit | 4acfc45fbd39df37b6b3a215ff5cf67f00797446 (patch) | |
tree | e4e446af75ad4b4a2b1dede9145a041cf9ff365a /community/kakasi | |
parent | 6c8a14a3341edb2a84e7c7b49a5ba4fd4a9c8a92 (diff) |
Add chost in builds and add makedepend in pinfo
Diffstat (limited to 'community/kakasi')
-rw-r--r-- | community/kakasi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kakasi/PKGBUILD b/community/kakasi/PKGBUILD index bc0a5c141..bf10796c1 100644 --- a/community/kakasi/PKGBUILD +++ b/community/kakasi/PKGBUILD @@ -16,7 +16,7 @@ options=(!libtool) build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --host=$CHOST --build=$CHOST make } |