diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-27 21:57:10 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-27 21:57:10 +0000 |
commit | 7a365cef9af71fe389a3105c4129f9e57b010b93 (patch) | |
tree | ea55feb0e061cd3187425abeedf82b47af256ee4 /sys-devel/cctools-extras | |
parent | stable on alpha + ia64 (diff) | |
download | gentoo-2-7a365cef9af71fe389a3105c4129f9e57b010b93.tar.gz gentoo-2-7a365cef9af71fe389a3105c4129f9e57b010b93.tar.bz2 gentoo-2-7a365cef9af71fe389a3105c4129f9e57b010b93.zip |
stable on ppc-macos
(Portage version: 2.0.51.16)
Diffstat (limited to 'sys-devel/cctools-extras')
-rw-r--r-- | sys-devel/cctools-extras/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/cctools-extras/cctools-extras-525.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sys-devel/cctools-extras/ChangeLog b/sys-devel/cctools-extras/ChangeLog index 2a5473f081ff..58afbc10327b 100644 --- a/sys-devel/cctools-extras/ChangeLog +++ b/sys-devel/cctools-extras/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/cctools-extras -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cctools-extras/ChangeLog,v 1.2 2004/11/18 18:42:01 kito Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cctools-extras/ChangeLog,v 1.3 2005/02/27 21:57:10 kito Exp $ + + 27 Feb 2005; Kito <kito@gentoo.org> cctools-extras-525.ebuild: + stable on ppc-macos 18 Nov 2004; Kito <kito@gentoo.org> cctools-extras-525.ebuild: fix libkld.a static build diff --git a/sys-devel/cctools-extras/cctools-extras-525.ebuild b/sys-devel/cctools-extras/cctools-extras-525.ebuild index 4dba8e116aa8..173ec37f4a53 100644 --- a/sys-devel/cctools-extras/cctools-extras-525.ebuild +++ b/sys-devel/cctools-extras/cctools-extras-525.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/sys-devel/cctools-extras/cctools-extras-525.ebuild,v 1.4 2005/02/19 06:00:27 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cctools-extras/cctools-extras-525.ebuild,v 1.5 2005/02/27 21:57:10 kito Exp $ S=${WORKDIR}/cctools-${PV} @@ -11,12 +11,12 @@ SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/cctools-${PV}.tar.gz" LICENSE="APSL-2" SLOT="0" -KEYWORDS="~ppc-macos" +KEYWORDS="ppc-macos" IUSE="build" DEPEND="sys-apps/bootstrap_cmds sys-libs/libstreams - virtual/libc" + sys-libs/libsystem" src_unpack() { unpack ${A} @@ -43,6 +43,10 @@ src_install() { newbin seg_addr_table.NEW seg_addr_table || die "seg_addr_table failed" newbin seg_hack.NEW seg_hack || die "seg_hack failed" + mkdir -p ${D}/usr/include/mach + cp -Rfp ${S}/include/mach-o ${D}/usr/include + cp -Rfp ${S}/include/mach/* ${D}/usr/include/mach + cd ${S}/ld/static_kld dolib.a *.a |