From dadaf7a049197100dac07ac750a1ebfad63c0f78 Mon Sep 17 00:00:00 2001 From: Pieter van den Abeele Date: Tue, 13 Jul 2004 04:37:06 +0000 Subject: The glibtoolize thing. gettext is not perfect yet, so I can't really test 100%. --- dev-libs/glib/glib-2.4.4.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-libs/glib') diff --git a/dev-libs/glib/glib-2.4.4.ebuild b/dev-libs/glib/glib-2.4.4.ebuild index fb568bbc668b..97fe6903e60a 100644 --- a/dev-libs/glib/glib-2.4.4.ebuild +++ b/dev-libs/glib/glib-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.4.ebuild,v 1.1 2004/07/11 22:16:13 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.4.ebuild,v 1.2 2004/07/13 04:37:06 pvdabeel Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~macos" IUSE="doc" DEPEND=">=dev-util/pkgconfig-0.14 @@ -21,7 +21,11 @@ RDEPEND="virtual/libc" src_compile() { - elibtoolize + if use macos; then + glibtoolize + else + elibtoolize + fi econf \ --with-threads=posix \ -- cgit v1.2.3-65-gdbad