diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-28 14:31:58 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-28 14:31:58 +0000 |
commit | 836f92da225b19fc00f6f89c28285a2a9b04a240 (patch) | |
tree | a3278a63d8157205b8bb24b2296dc1c1245cc331 /app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-836f92da225b19fc00f6f89c28285a2a9b04a240.tar.gz gentoo-2-836f92da225b19fc00f6f89c28285a2a9b04a240.tar.bz2 gentoo-2-836f92da225b19fc00f6f89c28285a2a9b04a240.zip |
Stable on ppc.
Diffstat (limited to 'app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild')
-rw-r--r-- | app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild b/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild index d632bd5c3e09..2b1d50ebed8d 100644 --- a/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild +++ b/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild,v 1.7 2004/06/28 01:42:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild,v 1.8 2004/08/28 14:31:58 usata Exp $ + +inherit gcc DESCRIPTION="Yet another Dictionary server for the SKK Japanese-input software" HOMEPAGE="http://www.ne.jp/asahi/bdx/info/software/jp-dbskkd.html" @@ -8,7 +10,7 @@ SRC_URI="http://www.ne.jp/asahi/bdx/info/software/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha amd64" +KEYWORDS="x86 ppc sparc alpha amd64" IUSE="" DEPEND="dev-db/freecdb" @@ -21,7 +23,7 @@ src_compile() { SERVERDIR=/usr/sbin \ COMPAT="-DJISHO_FILE=\\\"/usr/share/skk/SKK-JISYO.L.cdb\\\"" \ LDFLAGS="-lutil -lfreecdb" \ - CC="cc ${CFLAGS}" || die + CC="$(gcc-getCC) ${CFLAGS}" || die } src_install() { |