summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-07-16 02:57:17 +0000
committerTom Gall <tgall@gentoo.org>2004-07-16 02:57:17 +0000
commit6bd19ecaa886f02ca9d2e0bc0af64a15096ecf50 (patch)
treeeaa0708ffeef3af0d63339375e0e6819ba0fe841 /media-libs
parentMarking stable on sparc thanks to heads up from Weeve (Manifest recommit) (diff)
downloadgentoo-2-6bd19ecaa886f02ca9d2e0bc0af64a15096ecf50.tar.gz
gentoo-2-6bd19ecaa886f02ca9d2e0bc0af64a15096ecf50.tar.bz2
gentoo-2-6bd19ecaa886f02ca9d2e0bc0af64a15096ecf50.zip
stable on ppc64, bug #55566
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libcdaudio/ChangeLog5
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.9.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libcdaudio/ChangeLog b/media-libs/libcdaudio/ChangeLog
index 7d8638ea6ea0..e3c6afc97433 100644
--- a/media-libs/libcdaudio/ChangeLog
+++ b/media-libs/libcdaudio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libcdaudio
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/ChangeLog,v 1.14 2004/06/24 23:06:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/ChangeLog,v 1.15 2004/07/16 02:57:17 tgall Exp $
+
+ 15 Jul 2004; Tom Gall <tgall@gentoo.org> libcdaudio-0.99.9.ebuild:
+ stable on ppc64, bug #55566
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> libcdaudio-0.99.10.ebuild,
libcdaudio-0.99.6-r2.ebuild, libcdaudio-0.99.9.ebuild:
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.9.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.9.ebuild
index 5d5130768729..275d8bb3b4c9 100644
--- a/media-libs/libcdaudio/libcdaudio-0.99.9.ebuild
+++ b/media-libs/libcdaudio/libcdaudio-0.99.9.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/libcdaudio/libcdaudio-0.99.9.ebuild,v 1.9 2004/07/14 20:01:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.9.ebuild,v 1.10 2004/07/16 02:57:17 tgall Exp $
-inherit flag-o-matic
+inherit flag-o-matic gnuconfig
DESCRIPTION="Library of cd audio related routines."
SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
@@ -10,12 +10,13 @@ HOMEPAGE="http://libcdaudio.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ia64"
+KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ia64 ppc64"
IUSE=""
src_compile() {
# -fPIC is required for this library on alpha, see bug #17192
use alpha && append-flags -fPIC
+ use ppc64 && gnuconfig_update
econf --enable-threads --with-gnu-ld || die "econf failed"
emake || die "compile problem."