diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-03-03 11:41:45 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-03-03 11:41:45 +0000 |
commit | 82791540cfc61bb83b90e7b661cd28e66c7758d5 (patch) | |
tree | d041f16573ab8b8dec552d97cc233b46f243d63e /net-irc/quassel/files | |
parent | ~mips keyworded, bug #168601. (diff) | |
download | gentoo-2-82791540cfc61bb83b90e7b661cd28e66c7758d5.tar.gz gentoo-2-82791540cfc61bb83b90e7b661cd28e66c7758d5.tar.bz2 gentoo-2-82791540cfc61bb83b90e7b661cd28e66c7758d5.zip |
Apply -webkit patch, bug 261044
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/quassel/files')
-rw-r--r-- | net-irc/quassel/files/quassel-0.4.0-no-webkit.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-irc/quassel/files/quassel-0.4.0-no-webkit.patch b/net-irc/quassel/files/quassel-0.4.0-no-webkit.patch new file mode 100644 index 000000000000..ab884c06995c --- /dev/null +++ b/net-irc/quassel/files/quassel-0.4.0-no-webkit.patch @@ -0,0 +1,14 @@ +--- a/src/qtui/chatscene.cpp ++++ b/src/qtui/chatscene.cpp +@@ -24,7 +24,10 @@ + #include <QGraphicsSceneMouseEvent> + #include <QMenu> + #include <QPersistentModelIndex> +-#include <QWebView> ++ ++#ifdef HAVE_WEBKIT ++# include <QWebView> ++#endif + + #include "chatitem.h" + #include "chatline.h" |