diff options
author | 2009-07-25 21:24:06 +0000 | |
---|---|---|
committer | 2009-07-25 21:24:06 +0000 | |
commit | d4eef0719492bc8a21140c10e3361f72d09310c9 (patch) | |
tree | e8888700136710a84e186147a08ca9da805d0b50 /media-plugins/vdr-xxvautotimer/files | |
parent | Revbump to fix header for gcc-4.4 issue; bug #278155 (diff) | |
download | gentoo-2-d4eef0719492bc8a21140c10e3361f72d09310c9.tar.gz gentoo-2-d4eef0719492bc8a21140c10e3361f72d09310c9.tar.bz2 gentoo-2-d4eef0719492bc8a21140c10e3361f72d09310c9.zip |
Fix compilation with gcc-4.4. Patch by Victor Ostorga <vostorga AT gentoo DOT org>; bug #272514
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/vdr-xxvautotimer/files')
-rw-r--r-- | media-plugins/vdr-xxvautotimer/files/vdr-xxvautotimer-0.1.2_gcc-4.4.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/vdr-xxvautotimer/files/vdr-xxvautotimer-0.1.2_gcc-4.4.diff b/media-plugins/vdr-xxvautotimer/files/vdr-xxvautotimer-0.1.2_gcc-4.4.diff new file mode 100644 index 000000000000..fa3d4f5a9bd6 --- /dev/null +++ b/media-plugins/vdr-xxvautotimer/files/vdr-xxvautotimer-0.1.2_gcc-4.4.diff @@ -0,0 +1,15 @@ +diff -NrU5 xxvautotimer-0.1.2.orig/mysqlwrapped-1.4/StderrLog.cpp xxvautotimer-0.1.2/mysqlwrapped-1.4/StderrLog.cpp +--- xxvautotimer-0.1.2.orig/mysqlwrapped-1.4/StderrLog.cpp 2009-06-10 17:01:27.000000000 -0600 ++++ xxvautotimer-0.1.2/mysqlwrapped-1.4/StderrLog.cpp 2009-06-10 17:04:09.000000000 -0600 +@@ -23,10 +23,11 @@ + */ + #ifdef _WIN32 + #pragma warning(disable:4786) + #endif + ++#include <cstdio> + #include <string> + #include <map> + #ifdef WIN32 + #include <config-win.h> + #include <mysql.h> |