| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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/x-modular.eclass,v 1.55 2006/04/21 07:01:00 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.56 2006/05/14 19:17:09 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 180 | if gcc-specs-now; then |
180 | if gcc-specs-now; then |
| 181 | msg="${PN} does not work with hardened gcc specs. Switch to vanilla gcc specs to emerge ${PN}." |
181 | msg="${PN} does not work with hardened gcc specs. Switch to vanilla gcc specs to emerge ${PN}." |
| 182 | eerror "$msg" |
182 | eerror "$msg" |
| 183 | die "$msg" |
183 | die "$msg" |
| 184 | fi |
184 | fi |
|
|
185 | |
|
|
186 | # (#116698) breaks loading |
|
|
187 | filter-ldflags -Wl,-z,now |
| 185 | fi |
188 | fi |
| 186 | } |
189 | } |
| 187 | |
190 | |
| 188 | x-modular_dri_check() { |
191 | x-modular_dri_check() { |
| 189 | # (#120057) Enabling DRI in drivers requires that the server was built with |
192 | # (#120057) Enabling DRI in drivers requires that the server was built with |