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