diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 16:13:54 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 16:13:54 +0000 |
commit | e361fa9ea4ac2b4b626fbd85a70c6bca383deec5 (patch) | |
tree | efa214dee726c574f20d6bfbae6f1496848bc092 /eclass/x-modular.eclass | |
parent | move to x11-drivers from x11-misc (diff) | |
download | gentoo-2-e361fa9ea4ac2b4b626fbd85a70c6bca383deec5.tar.gz gentoo-2-e361fa9ea4ac2b4b626fbd85a70c6bca383deec5.tar.bz2 gentoo-2-e361fa9ea4ac2b4b626fbd85a70c6bca383deec5.zip |
Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so it gets executed _after_ x-modular_reconf_source.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 73434d99a921..65bdd887de64 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.26 2005/12/07 22:10:45 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.27 2005/12/09 16:13:54 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -94,10 +94,6 @@ x-modular_unpack_source() { unpack ${A} cd ${S} - # Joshua Baergen - October 23, 2005 - # Fix shared lib issues on MIPS, FBSD, etc etc - elibtoolize - if [[ -n ${FONT_OPTIONS} ]]; then einfo "Detected font directory: ${FONT_DIR}" fi @@ -152,6 +148,10 @@ x-modular_src_unpack() { x-modular_unpack_source x-modular_patch_source x-modular_reconf_source + + # Joshua Baergen - October 23, 2005 + # Fix shared lib issues on MIPS, FBSD, etc etc + elibtoolize } x-modular_font_configure() { |