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