From ea0f797e4aaf0dd6619cb092fb4dff7297bb10a0 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sun, 23 Nov 2008 12:49:24 +0000 Subject: [PATCH] Stefan Fiedler: tunepimp: fix for gcc43 [2008101921243128067] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9153 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/tunepimp/hotfixes-gcc43.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/package/base/tunepimp/hotfixes-gcc43.patch b/package/base/tunepimp/hotfixes-gcc43.patch index 59b5b9a8a..385e913b4 100644 --- a/package/base/tunepimp/hotfixes-gcc43.patch +++ b/package/base/tunepimp/hotfixes-gcc43.patch @@ -60,3 +60,23 @@ #include #include #include +--- libtunepimp-0.4.2/plugins/wma/wma.cpp 2006-01-22 13:13:15.000000000 +0100 ++++ src.tunepimp.1224363650.27988.1997736646/lt/plugins/wma/wma.cpp 2008-10-19 00:16:17.000000000 +0200 +@@ -27,6 +27,7 @@ + + #include + #include ++#include + #include + #include "metadata.h" + #include "plugin.h" +--- libtunepimp-0.4.2/plugins/wma/wmafile.cpp 2006-01-21 21:30:24.000000000 +0100 ++++ src.tunepimp.1224363650.27988.1997736646/lt/plugins/wma/wmafile.cpp 2008-10-19 00:18:05.000000000 +0200 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + using namespace TagLib; +