summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 04:37:06 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 04:37:06 +0000
commitdadaf7a049197100dac07ac750a1ebfad63c0f78 (patch)
treedb38da686749c6e5e351e29fd784f934d55ef537 /dev-libs/glib
parentApparently not as stable as I thought. Does not install a header correctly (diff)
downloadgentoo-2-dadaf7a049197100dac07ac750a1ebfad63c0f78.tar.gz
gentoo-2-dadaf7a049197100dac07ac750a1ebfad63c0f78.tar.bz2
gentoo-2-dadaf7a049197100dac07ac750a1ebfad63c0f78.zip
The glibtoolize thing. gettext is not perfect yet, so I can't really test 100%.
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.4.4.ebuild10
1 files changed, 7 insertions, 3 deletions
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 \