| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/libtool.eclass,v 1.88 2010/05/11 04:45:48 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.89 2010/05/20 08:22:15 haubi Exp $ |
| 4 | # |
4 | # |
| 5 | # Maintainer: base-system@gentoo.org |
5 | # Maintainer: base-system@gentoo.org |
| 6 | # |
6 | # |
| 7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
| 8 | # relink and portage patch among others |
8 | # relink and portage patch among others |
| … | |
… | |
| 168 | |
168 | |
| 169 | [[ ${do_uclibc} == "yes" ]] && \ |
169 | [[ ${do_uclibc} == "yes" ]] && \ |
| 170 | elt_patches="${elt_patches} uclibc-conf uclibc-ltconf" |
170 | elt_patches="${elt_patches} uclibc-conf uclibc-ltconf" |
| 171 | |
171 | |
| 172 | case "${CHOST}" in |
172 | case "${CHOST}" in |
| 173 | *-aix*) |
173 | *-aix*) # see bug #213277 |
| 174 | elt_patches="${elt_patches} hardcode aixrtl" |
174 | elt_patches="${elt_patches} hardcode aixrtl aix-noundef" |
| 175 | ;; |
175 | ;; |
| 176 | *-darwin*) |
176 | *-darwin*) |
| 177 | elt_patches="${elt_patches} darwin-ltconf darwin-ltmain darwin-conf" |
177 | elt_patches="${elt_patches} darwin-ltconf darwin-ltmain darwin-conf" |
| 178 | ;; |
178 | ;; |
| 179 | *-freebsd*) |
179 | *-freebsd*) |