| 1 | # Copyright 2007-2009 Gentoo Foundation |
1 | # Copyright 2007-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.42 2009/07/13 19:55:30 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.43 2009/07/31 22:18:31 tommy Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Ben de Groot <yngwin@gentoo.org>, |
7 | # Ben de Groot <yngwin@gentoo.org>, |
| 8 | # Markos Chandras <hwoarang@gentoo.org>, |
8 | # Markos Chandras <hwoarang@gentoo.org>, |
| … | |
… | |
| 198 | setqtenv |
198 | setqtenv |
| 199 | myconf="$(standard_configure_options) ${myconf}" |
199 | myconf="$(standard_configure_options) ${myconf}" |
| 200 | |
200 | |
| 201 | echo ./configure ${myconf} |
201 | echo ./configure ${myconf} |
| 202 | ./configure ${myconf} || die "./configure failed" |
202 | ./configure ${myconf} || die "./configure failed" |
|
|
203 | myconf="" |
| 203 | } |
204 | } |
| 204 | |
205 | |
| 205 | # @FUNCTION: qt4-build_src_compile |
206 | # @FUNCTION: qt4-build_src_compile |
| 206 | # @DESCRIPTION: Actual compile phase |
207 | # @DESCRIPTION: Actual compile phase |
| 207 | qt4-build_src_compile() { |
208 | qt4-build_src_compile() { |