diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-07-13 07:35:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-07-13 07:35:29 +0000 |
commit | 1ed80679337c122091cb7aa97765ec4af9f0baf8 (patch) | |
tree | 9cfc258cdd3d3d3d23c9577b57835ef21d1adfb3 /x11-libs/libqxt/files | |
parent | Fix freeride mask. (diff) | |
download | gentoo-2-1ed80679337c122091cb7aa97765ec4af9f0baf8.tar.gz gentoo-2-1ed80679337c122091cb7aa97765ec4af9f0baf8.tar.bz2 gentoo-2-1ed80679337c122091cb7aa97765ec4af9f0baf8.zip |
Fix gcc-4.4 compilation bug 277591
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libqxt/files')
-rw-r--r-- | x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch b/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch new file mode 100644 index 000000000000..36815e74370e --- /dev/null +++ b/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch @@ -0,0 +1,12 @@ +diff --git a/src/berkeley/qxtbdb.h b/src/berkeley/qxtbdb.h +--- a/src/berkeley/qxtbdb.h ++++ b/src/berkeley/qxtbdb.h +@@ -39,7 +39,7 @@ + #include <QString> + #include <qxtglobal.h> + #include <cstdlib> +- ++#include <cstdio> + + + ///its impossible to forward anyway, |