# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions DESCRIPTION="Anca is a H.323 client for Qt 3.x" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://anca.sourceforge.net/index.php" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND=">=net-libs/openh323-1.12.2 >=dev-libs/pwlib-1.5.2" need-qt 3 src_compile() { econf # Problems with gcc-3.4.1 and ISO-C++ cast operation, compiles fine with -fpermissive emake CXXFLAGS="${CXXFLAGS} -fpermissive" } src_install() { einstall }