diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-13 16:32:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-13 16:32:28 +0000 |
commit | 4d465d486d01d9359de1ec8873baa4f1d19283fe (patch) | |
tree | 04df60ae47677b572ab7fc18ce4adddbaaafce5d /media-libs/openal | |
parent | Marking sparc, amd64 stable; cleaning up old ebuilds (diff) | |
download | gentoo-2-4d465d486d01d9359de1ec8873baa4f1d19283fe.tar.gz gentoo-2-4d465d486d01d9359de1ec8873baa4f1d19283fe.tar.bz2 gentoo-2-4d465d486d01d9359de1ec8873baa4f1d19283fe.zip |
Fix the broken openal.pc that is installed. Thanks to Paul Bredbury <brebs@sent.com> for the patch. Closing bug #150872.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'media-libs/openal')
-rw-r--r-- | media-libs/openal/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/openal/openal-0.0.8-r1.ebuild | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/media-libs/openal/ChangeLog b/media-libs/openal/ChangeLog index 22133277f324..70478cfeb020 100644 --- a/media-libs/openal/ChangeLog +++ b/media-libs/openal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/openal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.69 2006/10/04 12:19:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.70 2006/10/13 16:32:28 wolf31o2 Exp $ + + 13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + openal-0.0.8-r1.ebuild: + Fix the broken openal.pc that is installed. Thanks to Paul Bredbury + <brebs@sent.com> for the patch. Closing bug #150872. 04 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> -files/0.0.8/000_all_alsa_backend_fix.patch, diff --git a/media-libs/openal/openal-0.0.8-r1.ebuild b/media-libs/openal/openal-0.0.8-r1.ebuild index 0a5ce2750556..9a0e9a4cc332 100644 --- a/media-libs/openal/openal-0.0.8-r1.ebuild +++ b/media-libs/openal/openal-0.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-0.0.8-r1.ebuild,v 1.2 2006/10/04 12:19:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-0.0.8-r1.ebuild,v 1.3 2006/10/13 16:32:28 wolf31o2 Exp $ inherit eutils @@ -30,6 +30,10 @@ src_unpack() { cd "${S}" EPATCH_SUFFIX="patch" epatch ${FILESDIR}/${PV} || die + + sed -i \ + -e "/^Requires:/d" \ + admin/pkgconfig/openal.pc.in || die "sed openal.pc.in failed" } src_compile() { |