diff options
author | 2006-08-30 15:13:39 +0000 | |
---|---|---|
committer | 2006-08-30 15:13:39 +0000 | |
commit | b94a9a02d17dd247d536943dc7c2939933083cc4 (patch) | |
tree | af6b6bf8b4cdfea9db3e7a3411855db30baa558b /media-sound/audacious | |
parent | Version bump. Thank Christopher Culver for report (bug #144002). (diff) | |
download | gentoo-2-b94a9a02d17dd247d536943dc7c2939933083cc4.tar.gz gentoo-2-b94a9a02d17dd247d536943dc7c2939933083cc4.tar.bz2 gentoo-2-b94a9a02d17dd247d536943dc7c2939933083cc4.zip |
Pull CXXFLAGS patch as it keeps the SID plugin from building at all.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.1.2.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 88b1da30e084..75dfa810b0b6 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.68 2006/08/30 02:29:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.69 2006/08/30 15:13:39 chainsaw Exp $ + + 30 Aug 2006; Tony Vroon <chainsaw@gentoo.org> -files/1.1.2-cxxflags.diff, + audacious-1.1.2.ebuild: + Pull CXXFLAGS patch as it keeps the SID plugin from building at all. 30 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> audacious-1.1.2.ebuild: diff --git a/media-sound/audacious/audacious-1.1.2.ebuild b/media-sound/audacious/audacious-1.1.2.ebuild index 69e4db850b47..b2d4371377bc 100644 --- a/media-sound/audacious/audacious-1.1.2.ebuild +++ b/media-sound/audacious/audacious-1.1.2.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-sound/audacious/audacious-1.1.2.ebuild,v 1.4 2006/08/30 02:29:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.1.2.ebuild,v 1.5 2006/08/30 15:13:39 chainsaw Exp $ inherit flag-o-matic @@ -54,7 +54,6 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/1.1.1-ffwma-asm.diff - epatch ${FILESDIR}/${PV}-cxxflags.diff } src_compile() { |