diff options
-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; |