summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-08-11 02:39:20 +0000
committerTom Gall <tgall@gentoo.org>2004-08-11 02:39:20 +0000
commit6f648bf11cafa6871f63eec84b611e8288995c15 (patch)
tree958f0a4ddbf729443b84ebb4035fd3843b3d96e5 /media-libs/sdl-mixer
parentmade attr lib64 aware, yay (diff)
downloadhistorical-6f648bf11cafa6871f63eec84b611e8288995c15.tar.gz
historical-6f648bf11cafa6871f63eec84b611e8288995c15.tar.bz2
historical-6f648bf11cafa6871f63eec84b611e8288995c15.zip
stable on ppc64, bug #57992
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r--media-libs/sdl-mixer/ChangeLog5
-rw-r--r--media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild9
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` \