diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:03:34 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:03:34 +0000 |
commit | 28c7cf2bf8a5edd13528f0491b87fef07410ddb6 (patch) | |
tree | 8ac6d57dddf09319eb3217bb413bd3152b923806 /dev-util/lincvs/lincvs-1.4.1.ebuild | |
parent | Fix qmake dir per bug #97535 (diff) | |
download | gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.gz gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.bz2 gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.zip |
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/lincvs/lincvs-1.4.1.ebuild')
-rw-r--r-- | dev-util/lincvs/lincvs-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lincvs/lincvs-1.4.1.ebuild b/dev-util/lincvs/lincvs-1.4.1.ebuild index 97ddc81de7cd..d520816977bc 100644 --- a/dev-util/lincvs/lincvs-1.4.1.ebuild +++ b/dev-util/lincvs/lincvs-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.1 2005/05/22 00:11:17 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.2 2005/07/01 15:00:23 caleb Exp $ inherit kde-functions @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} need-qt 3 src_compile() { - qmake -o Makefile lincvs.pro + ${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 \ |