diff options
author | 2004-01-03 02:52:18 +0000 | |
---|---|---|
committer | 2004-01-03 02:52:18 +0000 | |
commit | fc2f9675e5ad4800eed3455f2db861d1542f0f17 (patch) | |
tree | bfc8ffc36544b133ec7460752efcf60c2a94752f /dev-libs/glib/glib-1.2.10-r5.ebuild | |
parent | New version, closes #37059. updated homepage and src_uri, added nls support (diff) | |
download | gentoo-2-fc2f9675e5ad4800eed3455f2db861d1542f0f17.tar.gz gentoo-2-fc2f9675e5ad4800eed3455f2db861d1542f0f17.tar.bz2 gentoo-2-fc2f9675e5ad4800eed3455f2db861d1542f0f17.zip |
glib fixes for amd64
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index 07cc20aed55e..e830ad11be43 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.11 2003/12/17 04:59:49 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.12 2004/01/03 02:52:09 brad_mssw Exp $ inherit libtool @@ -16,7 +16,12 @@ KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64 ppc64" DEPEND="virtual/glibc" src_compile() { - elibtoolize +# elibtoolize + # For some reason, elibtoolize stopped doing its job in the last couple + # of days on this ebuild, and amd64 won't compile it anymore, need to + # manually run libtoolize, I need to inspect the libtool.eclass I guess. + # Brad House <brad_mssw@gentoo.org> 1/2/2004 + libtoolize -c -f econf \ --with-threads=posix \ |