diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-11 02:39:20 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-11 02:39:20 +0000 |
commit | e3c72f7bd1dca3e17930ff624a40add4d9375e0d (patch) | |
tree | 304083cf828556813da939d24e24b3d62c1fe66e /media-libs/sdl-mixer | |
parent | made attr lib64 aware, yay (Manifest recommit) (diff) | |
download | gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.tar.gz gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.tar.bz2 gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.zip |
stable on ppc64, bug #57992
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 188b12ba3cd5..992df7d33b17 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.21 2004/06/24 23:21:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.22 2004/08/11 02:39:20 tgall Exp $ + + 10 Aug 2004; Tom Gall <tgall@gentoo.org> sdl-mixer-1.2.5-r1.ebuild: + stable on ppc64, bug #57992 *sdl-mixer-1.2.5-r3 (27 May 2004) diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild index f5925e57757d..7cfced5cccad 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.14 2004/06/24 23:21:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.15 2004/08/11 02:39:20 tgall Exp $ -inherit eutils +inherit eutils gnuconfig MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips ppc64" IUSE="mpeg mikmod oggvorbis" RDEPEND=">=media-libs/libsdl-1.2.5 @@ -35,6 +35,9 @@ src_unpack() { } src_compile() { + + use ppc64 && gnuconfig_update + econf \ `use_enable mikmod mod` \ `use_enable mpeg music-mp3` \ |