diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-01-03 02:16:08 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-01-03 02:16:08 +0000 |
commit | 639c4f243e0c229dd0d55dbc044d506bac5f6341 (patch) | |
tree | 9314f8b9677c5a8799ceb29e9506787fcf7cebe9 /net-im/psi/psi-0.9.3-r2.ebuild | |
parent | Version bump under the same file name, will take some time until it hits the ... (diff) | |
download | gentoo-2-639c4f243e0c229dd0d55dbc044d506bac5f6341.tar.gz gentoo-2-639c4f243e0c229dd0d55dbc044d506bac5f6341.tar.bz2 gentoo-2-639c4f243e0c229dd0d55dbc044d506bac5f6341.zip |
Fix qmake path error from bug #103589
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-im/psi/psi-0.9.3-r2.ebuild')
-rw-r--r-- | net-im/psi/psi-0.9.3-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.9.3-r2.ebuild b/net-im/psi/psi-0.9.3-r2.ebuild index a7f9108e9e1f..2d073104d5c4 100644 --- a/net-im/psi/psi-0.9.3-r2.ebuild +++ b/net-im/psi/psi-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.11 2005/08/13 00:09:22 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.12 2006/01/03 02:16:08 caleb Exp $ inherit eutils qt3 @@ -217,6 +217,7 @@ src_compile() { ./configure --prefix=/usr $myconf || die "Configure failed" # for CXXFLAGS from make.conf ${QTDIR}/bin/qmake psi.pro \ + QMAKE=${QTDIR}/bin/qmake \ QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \ QMAKE_RPATH= \ || die "Qmake failed" |