| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.105 2011/12/21 22:36:47 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.106 2011/12/21 22:47:35 pesa Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Qt herd <qt@gentoo.org> |
7 | # Qt herd <qt@gentoo.org> |
| 8 | # @BLURB: Eclass for Qt4 split ebuilds. |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
| … | |
… | |
| 500 | |
500 | |
| 501 | # exceptions USE flag |
501 | # exceptions USE flag |
| 502 | local exceptions="-exceptions" |
502 | local exceptions="-exceptions" |
| 503 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
503 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
| 504 | |
504 | |
|
|
505 | # bug 380415 |
|
|
506 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
507 | |
| 505 | # note about -reduce-relocations: |
508 | # note about -reduce-relocations: |
| 506 | # That flag seems to introduce major breakage to applications, |
509 | # That flag seems to introduce major breakage to applications, |
| 507 | # mostly to be seen as a core dump with the message "QPixmap: Must |
510 | # mostly to be seen as a core dump with the message "QPixmap: Must |
| 508 | # construct a QApplication before a QPaintDevice" on Solaris |
511 | # construct a QApplication before a QPaintDevice" on Solaris |
| 509 | # -- Daniel Vergien |
512 | # -- Daniel Vergien |