summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-01 18:21:58 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-01 18:21:58 +0000
commit4e4e9aa968e59b1417ed29feec353c7ab62c1e19 (patch)
treec10d3ef20f3541d173a45a6c6923b11654afecfa /media-libs/openal/openal-20040817.ebuild
parentStable on ppc for PHP5, Bug #60442. (Manifest recommit) (diff)
downloadgentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.tar.gz
gentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.tar.bz2
gentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.zip
Marked ~ppc64; bug #67446
Diffstat (limited to 'media-libs/openal/openal-20040817.ebuild')
-rw-r--r--media-libs/openal/openal-20040817.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/openal/openal-20040817.ebuild b/media-libs/openal/openal-20040817.ebuild
index adbdc0c9a56a..f5fe85585ab2 100644
--- a/media-libs/openal/openal-20040817.ebuild
+++ b/media-libs/openal/openal-20040817.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/openal/openal-20040817.ebuild,v 1.3 2004/10/07 02:06:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-20040817.ebuild,v 1.4 2004/11/01 18:21:58 corsair Exp $
-inherit eutils
+inherit eutils gnuconfig
IUSE="alsa arts esd sdl debug oggvorbis mpeg"
DESCRIPTION="OpenAL, the Open Audio Library, is an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio"
@@ -11,7 +11,7 @@ HOMEPAGE="http://opensource.creative.com/"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="x86 sparc ~ppc amd64"
+KEYWORDS="x86 sparc ~ppc amd64 ~ppc64"
DEPEND="x86? ( dev-lang/nasm )
alsa? ( >=media-libs/alsa-lib-1.0.2 )
@@ -22,6 +22,9 @@ DEPEND="x86? ( dev-lang/nasm )
mpeg? ( media-libs/smpeg )"
src_compile() {
+ # Next line needs to be done, to allow compilation on ppc64
+ gnuconfig_update
+
local myconf
use esd && myconf="${myconf} --enable-esd"