diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-14 20:38:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-14 20:38:07 +0000 |
commit | afe4349ecd62510fd4464f7c87a96492c643b4a3 (patch) | |
tree | 3c93de425ce62e3a15ab4f2420f69454f9a7f203 /media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | |
parent | Digests got broken again; add RESTRICT=mirror and use upstream tarballs. Repo... (diff) | |
download | historical-afe4349ecd62510fd4464f7c87a96492c643b4a3.tar.gz historical-afe4349ecd62510fd4464f7c87a96492c643b4a3.tar.bz2 historical-afe4349ecd62510fd4464f7c87a96492c643b4a3.zip |
re-enable fixes for smpeg support #133314 by Gregory Smith
Package-Manager: portage-2.1_rc1
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild index 954ebf06bc5a..8931129bae9e 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.4 2006/03/18 16:11:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.5 2006/05/14 20:38:07 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic autotools MY_P="${P/sdl-/SDL_}" DESCRIPTION="A library that handles the decoding of sound file formats" @@ -27,6 +27,13 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/gcc331.patch + eautoreconf +} + src_compile() { use mikmod \ && append-flags $(pkg-config libmodplug --cflags) \ |