diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-07 06:02:21 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-07 06:02:21 +0000 |
commit | 023520c0ab03b45a8253213c47cb3dd6280df15b (patch) | |
tree | 987f7ae8a5c381f4c4dbecd53bf6260881c539c2 /media-gfx/sam2p/sam2p-0.45-r1.ebuild | |
parent | Add a new snapshot (diff) | |
download | gentoo-2-023520c0ab03b45a8253213c47cb3dd6280df15b.tar.gz gentoo-2-023520c0ab03b45a8253213c47cb3dd6280df15b.tar.bz2 gentoo-2-023520c0ab03b45a8253213c47cb3dd6280df15b.zip |
Bug #239671 - Fix the distcc workaround so it also works when ccache is enabled.
(Portage version: 2.2_rc11_p11645/cvs/Linux 2.6.26-0911-x86-64 i686)
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.45-r1.ebuild')
-rw-r--r-- | media-gfx/sam2p/sam2p-0.45-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/sam2p/sam2p-0.45-r1.ebuild b/media-gfx/sam2p/sam2p-0.45-r1.ebuild index 87536d10bafd..edb0167b6627 100644 --- a/media-gfx/sam2p/sam2p-0.45-r1.ebuild +++ b/media-gfx/sam2p/sam2p-0.45-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45-r1.ebuild,v 1.8 2008/08/29 21:52:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45-r1.ebuild,v 1.9 2008/10/07 06:02:21 zmedico Exp $ inherit toolchain-funcs eutils autotools @@ -30,7 +30,7 @@ src_unpack() { src_compile() { tc-export CXX # Makedep fails with distcc - PATH=${PATH#/usr/lib/distcc/bin:} + PATH=${PATH/\/usr\/lib\/distcc\/bin:} econf --enable-lzw $(use_enable gif) || die "econf failed" emake || die "make failed" } |