diff options
author | 2009-07-30 11:11:10 +0000 | |
---|---|---|
committer | 2009-07-30 11:11:10 +0000 | |
commit | c74f641ea9c4c60fa431010067042feb267d4e75 (patch) | |
tree | 330444820cf735d41ff633f9feaf808241618c00 /media-plugins/vdr-amarok/files | |
parent | Fix building with GCC 4.3 wrt #276573. (diff) | |
download | historical-c74f641ea9c4c60fa431010067042feb267d4e75.tar.gz historical-c74f641ea9c4c60fa431010067042feb267d4e75.tar.bz2 historical-c74f641ea9c4c60fa431010067042feb267d4e75.zip |
Fix building with GCC 4.4 wrt #277579.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/vdr-amarok/files')
-rw-r--r-- | media-plugins/vdr-amarok/files/vdr-amarok-0.0.2-gcc4.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/vdr-amarok/files/vdr-amarok-0.0.2-gcc4.4.patch b/media-plugins/vdr-amarok/files/vdr-amarok-0.0.2-gcc4.4.patch new file mode 100644 index 000000000000..87a8cef5f150 --- /dev/null +++ b/media-plugins/vdr-amarok/files/vdr-amarok-0.0.2-gcc4.4.patch @@ -0,0 +1,11 @@ +diff -ur amarok-0.0.2.orig/amarokCommander.cpp amarok-0.0.2/amarokCommander.cpp +--- amarok-0.0.2.orig/amarokCommander.cpp 2006-12-10 23:34:15.000000000 +0200 ++++ amarok-0.0.2/amarokCommander.cpp 2009-07-30 14:10:38.000000000 +0300 +@@ -18,6 +18,7 @@ + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + ++#include <stdio.h> + #include <string> + #include "amarokCommander.h" + #include "amarokData.h" |