| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.116 2012/01/31 23:02:00 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.117 2012/02/09 22:07:34 hwoarang 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. |
| … | |
… | |
| 780 | elif [[ ${CXX} == *icpc* ]]; then |
780 | elif [[ ${CXX} == *icpc* ]]; then |
| 781 | spec+=-icc |
781 | spec+=-icc |
| 782 | else |
782 | else |
| 783 | die "Unknown compiler '${CXX}'" |
783 | die "Unknown compiler '${CXX}'" |
| 784 | fi |
784 | fi |
| 785 | if [[ -n ${LIBDIR/lib} ]]; then |
|
|
| 786 | spec+=-${LIBDIR/lib} |
|
|
| 787 | fi |
|
|
| 788 | |
785 | |
| 789 | # Add -64 for 64bit profiles |
786 | # Add -64 for 64bit profiles |
| 790 | if use x64-freebsd || |
787 | if use x64-freebsd || |
| 791 | use amd64-linux || |
788 | use amd64-linux || |
| 792 | use x64-macos || |
789 | use x64-macos || |