summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-20 18:28:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-20 18:28:52 +0000
commit5465efafe8d68de748dc14fb81709372c9c7c8ca (patch)
tree55138cae537f3d5be00451a5a1b1d413fd6e1237 /media-sound
parentsieve plugin version bump (diff)
downloadgentoo-2-5465efafe8d68de748dc14fb81709372c9c7c8ca.tar.gz
gentoo-2-5465efafe8d68de748dc14fb81709372c9c7c8ca.tar.bz2
gentoo-2-5465efafe8d68de748dc14fb81709372c9c7c8ca.zip
Fix patch to complete building on GCC 4.3.
(Portage version: 2.1.5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/ChangeLog6
-rw-r--r--media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index b5918d6475b7..585e753db622 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,10 @@
# 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.263 2008/05/19 20:07:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.264 2008/05/20 18:28:52 flameeyes Exp $
+
+ 20 May 2008; Diego Pettenò <flameeyes@gentoo.org>
+ files/amarok-1.4.9.1-helix+gcc-4.3.patch:
+ Fix patch to complete building on GCC 4.3.
19 May 2008; Tiziano Müller <dev-zero@gentoo.org> amarok-1.4.8.ebuild,
amarok-1.4.9.1.ebuild, amarok-1.4.9999-r2.ebuild:
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 1b66b92c07f7..efc26b12f5dd 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
@@ -2,11 +2,12 @@ Index: amarok-1.4.9.1/amarok/src/engine/helix/hxplayercontrol.cpp
===================================================================
--- amarok-1.4.9.1.orig/amarok/src/engine/helix/hxplayercontrol.cpp
+++ amarok-1.4.9.1/amarok/src/engine/helix/hxplayercontrol.cpp
-@@ -20,6 +20,7 @@
+@@ -20,6 +20,8 @@
#include <sys/wait.h>
#include <unistd.h>
#include <iostream>
+#include <cstring>
++#include <cstlib>
#include <sys/mman.h>
using namespace std;