summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-08 01:13:32 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-08 01:13:32 +0000
commit9f9bb5ba40ba093ac96434aaf0d3c189932ddc65 (patch)
tree1823b5eaecfc31f1f606b58b4c1bc728b02ce64e /dev-libs/glib/glib-1.2.10-r5.ebuild
parentBug #105144, patch for NTLM support, candidate for quick move to stable. (diff)
downloadhistorical-9f9bb5ba40ba093ac96434aaf0d3c189932ddc65.tar.gz
historical-9f9bb5ba40ba093ac96434aaf0d3c189932ddc65.tar.bz2
historical-9f9bb5ba40ba093ac96434aaf0d3c189932ddc65.zip
use elibtoolize instead of uclibctoolize
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r--dev-libs/glib/glib-1.2.10-r5.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild
index 9e2ec7c67234..b175f421e642 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-2005 Gentoo Foundation
# 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.43 2005/07/16 21:16:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.44 2005/09/08 01:13:32 vapier Exp $
inherit libtool flag-o-matic eutils
@@ -25,8 +25,7 @@ src_unpack() {
# Allow glib to build with gcc-3.4.x #47047
epatch "${FILESDIR}"/${P}-gcc34-fix.patch
- uclibctoolize
- use ppc-macos && darwintoolize
+ elibtoolize
use ppc64 && use hardened && replace-flags -O[2-3] -O1
use elibc_FreeBSD || append-ldflags -ldl
}