diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-30 21:06:16 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-30 21:06:16 +0000 |
commit | 36cd19e7e3fc103cd63a57b692b383bff0d7099e (patch) | |
tree | 1d58c6667123e3022947f98ee86cec72d3207c15 /media-libs/jpeg/jpeg-6b-r4.ebuild | |
parent | added ~amd64 to KEYWORDS. fixes #7972 (diff) | |
download | gentoo-2-36cd19e7e3fc103cd63a57b692b383bff0d7099e.tar.gz gentoo-2-36cd19e7e3fc103cd63a57b692b383bff0d7099e.tar.bz2 gentoo-2-36cd19e7e3fc103cd63a57b692b383bff0d7099e.zip |
Bug 80032 temporary fix pending baselayout bug #58106
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/jpeg/jpeg-6b-r4.ebuild')
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/jpeg/jpeg-6b-r4.ebuild b/media-libs/jpeg/jpeg-6b-r4.ebuild index 8f49ca80bdb7..fcdb8f879111 100644 --- a/media-libs/jpeg/jpeg-6b-r4.ebuild +++ b/media-libs/jpeg/jpeg-6b-r4.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/media-libs/jpeg/jpeg-6b-r4.ebuild,v 1.4 2005/01/04 18:03:21 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r4.ebuild,v 1.5 2005/01/30 21:06:16 j4rg0n Exp $ inherit flag-o-matic libtool eutils toolchain-funcs @@ -32,6 +32,10 @@ src_unpack() { src_compile() { replace-cpu-flags k6 k6-2 k6-3 i586 econf --enable-shared --enable-static || die "econf failed" + if use ppc-macos; then + cd ${S} + sed -i -e 's:LIBTOOL = libtool:LIBTOOL = /usr/bin/glibtool:' Makefile + fi emake \ CC="$(tc-getCC)" \ AR="$(tc-getAR) rc" \ |