diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-06-07 09:59:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-06-07 09:59:36 +0000 |
commit | 50cf668f961f00fb5ed557e185b57e4f68dced44 (patch) | |
tree | a82ddb596bdefc5cd6475f98c0b0f399a7fc1e17 /net-im/licq-qt-gui/files/patch-plugin.cpp | |
parent | Update to Pike 7.8.866 (stable release) (diff) |
- update to 1.8.2
Diffstat (limited to 'net-im/licq-qt-gui/files/patch-plugin.cpp')
-rw-r--r-- | net-im/licq-qt-gui/files/patch-plugin.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/files/patch-plugin.cpp b/net-im/licq-qt-gui/files/patch-plugin.cpp new file mode 100644 index 000000000000..df1a020d83f3 --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-plugin.cpp @@ -0,0 +1,10 @@ +--- src/core/plugin.cpp.orig 2014-06-01 21:16:42.000000000 +0200 ++++ src/core/plugin.cpp 2014-06-06 22:08:35.000000000 +0200 +@@ -31,6 +31,7 @@ + # include <QInternal> + #include <KDE/KCmdLineArgs> + #include <KDE/KMessage> ++#include <stdlib.h> + #else + # include <QStyleFactory> + #endif |