diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-06-22 17:46:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-06-22 17:46:04 +0000 |
commit | 2d5c8df1ff8e189cd64dce5f904372bf9cc48545 (patch) | |
tree | f39fb03c5179c36e7ccccd18a4db8f923fc1a7e7 /media-sound | |
parent | 2.6.12-ck2 (diff) | |
download | gentoo-2-2d5c8df1ff8e189cd64dce5f904372bf9cc48545.tar.gz gentoo-2-2d5c8df1ff8e189cd64dce5f904372bf9cc48545.tar.bz2 gentoo-2-2d5c8df1ff8e189cd64dce5f904372bf9cc48545.zip |
amarok gcc4 fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.2.4.ebuild | 7 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-gcc4.gz | bin | 0 -> 522 bytes |
3 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index d647bdd9738d..ba5d024694a2 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.57 2005/06/17 16:34:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.58 2005/06/22 17:46:04 hanno Exp $ + + 22 Jun 2005; Hanno Boeck <hanno@gentoo.org> +files/amarok-gcc4.gz, + amarok-1.2.4.ebuild: + Fix for gcc4. 17 Jun 2005; Joseph Jezak <josejx@gentoo.org> amarok-1.2.3.ebuild: Marked ppc stable. diff --git a/media-sound/amarok/amarok-1.2.4.ebuild b/media-sound/amarok/amarok-1.2.4.ebuild index 11bbea9ba023..a536a0146f43 100644 --- a/media-sound/amarok/amarok-1.2.4.ebuild +++ b/media-sound/amarok/amarok-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.2.4.ebuild,v 1.1 2005/05/21 17:34:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.2.4.ebuild,v 1.2 2005/06/22 17:46:04 hanno Exp $ inherit kde eutils @@ -55,6 +55,11 @@ pkg_setup() { kde_pkg_setup } +src_unpack() { + kde_src_unpack + epatch ${FILESDIR}/amarok-gcc4.gz +} + src_compile() { # amarok does not respect kde coding standards, and makes a lot of # assuptions regarding its installation directory. For this reason, diff --git a/media-sound/amarok/files/amarok-gcc4.gz b/media-sound/amarok/files/amarok-gcc4.gz Binary files differnew file mode 100644 index 000000000000..694925470ab4 --- /dev/null +++ b/media-sound/amarok/files/amarok-gcc4.gz |