diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-27 02:55:28 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-27 02:55:28 +0000 |
commit | 5b1a63cc6c6d7a5f32f1f6b8a24f79279a2f3d3c (patch) | |
tree | 0e4e44cf0fa0b62642d703bb9264514ac77b013c /media-sound/amarok | |
parent | Remove RDEPEND on cmake; bug #220453 (diff) | |
download | gentoo-2-5b1a63cc6c6d7a5f32f1f6b8a24f79279a2f3d3c.tar.gz gentoo-2-5b1a63cc6c6d7a5f32f1f6b8a24f79279a2f3d3c.tar.bz2 gentoo-2-5b1a63cc6c6d7a5f32f1f6b8a24f79279a2f3d3c.zip |
Fix a typo in amarok-1.4.9.1-helix+gcc-4.3.patch, as noted by Rick Harris in bug 223287.
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 585e753db622..07f41435a00c 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.264 2008/05/20 18:28:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.265 2008/05/27 02:55:28 ingmar Exp $ + + 27 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + files/amarok-1.4.9.1-helix+gcc-4.3.patch: + Fix a typo in amarok-1.4.9.1-helix+gcc-4.3.patch, as noted by Rick Harris + in bug 223287. 20 May 2008; Diego Pettenò <flameeyes@gentoo.org> files/amarok-1.4.9.1-helix+gcc-4.3.patch: diff --git a/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch b/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch index efc26b12f5dd..ddeea05de3ea 100644 --- a/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch +++ b/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch @@ -7,7 +7,7 @@ Index: amarok-1.4.9.1/amarok/src/engine/helix/hxplayercontrol.cpp #include <unistd.h> #include <iostream> +#include <cstring> -+#include <cstlib> ++#include <cstdlib> #include <sys/mman.h> using namespace std; |