diff options
Diffstat (limited to 'dev-util/qdevelop/qdevelop-0.25-r1.ebuild')
-rw-r--r-- | dev-util/qdevelop/qdevelop-0.25-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/qdevelop/qdevelop-0.25-r1.ebuild b/dev-util/qdevelop/qdevelop-0.25-r1.ebuild index 0c8c6e6e054c..bd43e8435079 100644 --- a/dev-util/qdevelop/qdevelop-0.25-r1.ebuild +++ b/dev-util/qdevelop/qdevelop-0.25-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild,v 1.4 2008/04/09 18:26:58 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild,v 1.5 2008/07/23 13:08:32 loki_val Exp $ EAPI="1" -inherit eutils qt4 toolchain-funcs +inherit base eutils qt4 toolchain-funcs DESCRIPTION="A development environment entirely dedicated to Qt4." HOMEPAGE="http://qdevelop.org/" @@ -23,6 +23,8 @@ DEPEND="app-arch/unzip QT4_BUILT_WITH_USE_CHECK="sqlite3" +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) + src_compile() { eqmake4 QDevelop.pro emake CXX=$(tc-getCXX) || die "emake failed" |