diff options
Diffstat (limited to 'eclass/myth.eclass')
-rw-r--r-- | eclass/myth.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index d40b61ef8169..ed7b1b2c5e3e 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.3 2004/09/10 18:01:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.4 2004/09/15 14:40:33 aliz Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # @@ -40,6 +40,8 @@ myth_src_unpack() { } myth_src_compile() { + export QMAKESPEC="linux-g++" + qmake -o "Makefile" "${PN}.pro" emake || die } |