diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-01 18:21:58 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-01 18:21:58 +0000 |
commit | 4e4e9aa968e59b1417ed29feec353c7ab62c1e19 (patch) | |
tree | c10d3ef20f3541d173a45a6c6923b11654afecfa /media-libs | |
parent | Stable on ppc for PHP5, Bug #60442. (Manifest recommit) (diff) | |
download | gentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.tar.gz gentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.tar.bz2 gentoo-2-4e4e9aa968e59b1417ed29feec353c7ab62c1e19.zip |
Marked ~ppc64; bug #67446
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openal/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/openal/openal-20040817.ebuild | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/media-libs/openal/ChangeLog b/media-libs/openal/ChangeLog index 14fdc210ed4a..c628717ff098 100644 --- a/media-libs/openal/ChangeLog +++ b/media-libs/openal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/openal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.33 2004/10/07 02:06:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.34 2004/11/01 18:21:58 corsair Exp $ + + 01 Nov 2004; Markus Rothe <corsair@gentoo.org> + + openal-20040817.ebuild: + Added gnuconfig_update to allow compilation on ppc64 and marked ~ppc64; bug + #67446 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> +files/openal-20040817-destdir.patch: 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" |