diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-09-14 16:25:10 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-09-14 16:25:10 +0000 |
commit | d74fa38392f4dc99d3863b375aa274216ca4c039 (patch) | |
tree | d55d7ed875687abcf32b79c1c94b6eeda0b543e5 /eclass/libtool.eclass | |
parent | Version bump, as requested by Arfrever Frehtes Taifersar Arahesis <Arfrever.F... (diff) | |
download | historical-d74fa38392f4dc99d3863b375aa274216ca4c039.tar.gz historical-d74fa38392f4dc99d3863b375aa274216ca4c039.tar.bz2 historical-d74fa38392f4dc99d3863b375aa274216ca4c039.zip |
Drop the ltmain patch as that breaks KDE on linux apparently. Sucks for BSD eh?, #192495
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 8ff467e7d5db..d695eb5bba79 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.78 2007/09/14 11:38:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.79 2007/09/14 16:25:10 uberlord Exp $ # # Maintainer: base-system@gentoo.org # @@ -122,7 +122,7 @@ elibtoolize() { local do_uclibc="yes" local deptoremove= local my_dirlist= - local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp" + local elt_patches="install-sh portage relink max_cmd_len sed test tmp" local start_dir=${PWD} my_dirlist=$(ELT_find_ltmain_sh) |