diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 13:17:42 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 13:17:42 +0000 |
commit | 8829460f62e4257f9f9dced2f4cf5fd5d8ae9435 (patch) | |
tree | 392baba094cf84c0c37bbf46da53e43e4e3c4410 /dev-util/lincvs/lincvs-1.4.4.ebuild | |
parent | remove old versions (diff) | |
download | gentoo-2-8829460f62e4257f9f9dced2f4cf5fd5d8ae9435.tar.gz gentoo-2-8829460f62e4257f9f9dced2f4cf5fd5d8ae9435.tar.bz2 gentoo-2-8829460f62e4257f9f9dced2f4cf5fd5d8ae9435.zip |
fix qmake call
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/lincvs/lincvs-1.4.4.ebuild')
-rw-r--r-- | dev-util/lincvs/lincvs-1.4.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/lincvs/lincvs-1.4.4.ebuild b/dev-util/lincvs/lincvs-1.4.4.ebuild index 772702ea6532..ddd7a1289fd8 100644 --- a/dev-util/lincvs/lincvs-1.4.4.ebuild +++ b/dev-util/lincvs/lincvs-1.4.4.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/dev-util/lincvs/lincvs-1.4.4.ebuild,v 1.1 2005/12/17 01:07:03 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.4.ebuild,v 1.2 2006/01/09 13:17:42 caleb Exp $ inherit kde-functions @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} need-qt 3 src_compile() { - ${QTDIR}/bin/qmake -o Makefile lincvs.pro + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o Makefile lincvs.pro sed -i -e "s/^\tstrip/#\tstrip/" \ -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" \ -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile \ |