diff options
author | 2008-07-21 17:07:01 +0000 | |
---|---|---|
committer | 2008-07-21 17:07:01 +0000 | |
commit | 0e698f27b06e52a51d55d5543ddc256e5950bf18 (patch) | |
tree | dfccb1476c150993c3bd586f19c8f08ee6237fa3 /media-sound/esound/esound-0.2.39.ebuild | |
parent | Stable on ppc wrt bug 232298 (diff) | |
download | gentoo-2-0e698f27b06e52a51d55d5543ddc256e5950bf18.tar.gz gentoo-2-0e698f27b06e52a51d55d5543ddc256e5950bf18.tar.bz2 gentoo-2-0e698f27b06e52a51d55d5543ddc256e5950bf18.zip |
media-sound/esound: OSS backend needs a patch for glibc 2.8
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 i686)
Diffstat (limited to 'media-sound/esound/esound-0.2.39.ebuild')
-rw-r--r-- | media-sound/esound/esound-0.2.39.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-sound/esound/esound-0.2.39.ebuild b/media-sound/esound/esound-0.2.39.ebuild index b6b4d8e631a6..e39c9772ff65 100644 --- a/media-sound/esound/esound-0.2.39.ebuild +++ b/media-sound/esound/esound-0.2.39.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-sound/esound/esound-0.2.39.ebuild,v 1.1 2008/07/16 10:33:51 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.39.ebuild,v 1.2 2008/07/21 17:07:00 remi Exp $ inherit libtool gnome.org eutils flag-o-matic @@ -26,6 +26,13 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} app-admin/eselect-esd" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${PN}-0.2.39-fix-errno.patch" +} + src_compile() { # Strict aliasing problem append-flags -fno-strict-aliasing |