diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-06 20:16:30 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-06 20:16:30 +0000 |
commit | 54cf1e0339a156af4d551cebd178fe75b9a82347 (patch) | |
tree | a6e00b17eef9ebf910732c21318431a978d3e0b1 /www/rekonq/files/patch-src__main.cpp | |
parent | dc51d987bda0e00443bc2504e52c976af624657c (diff) | |
download | ports-54cf1e0339a156af4d551cebd178fe75b9a82347.tar.gz ports-54cf1e0339a156af4d551cebd178fe75b9a82347.zip |
Update to 0.5.0
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257467
Diffstat (limited to 'www/rekonq/files/patch-src__main.cpp')
-rw-r--r-- | www/rekonq/files/patch-src__main.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rekonq/files/patch-src__main.cpp b/www/rekonq/files/patch-src__main.cpp new file mode 100644 index 000000000000..b14c8c78ebad --- /dev/null +++ b/www/rekonq/files/patch-src__main.cpp @@ -0,0 +1,20 @@ +--- ./src/main.cpp.orig 2010-07-06 01:13:01.000000000 +0400 ++++ ./src/main.cpp 2010-07-06 22:29:53.933972524 +0400 +@@ -23,8 +23,6 @@ + * + * ============================================================ */ + +-// workaround for recent flashplugins +-#include <gtk/gtk.h> + + // version include + #include "../version.h" +@@ -45,8 +43,6 @@ + + extern "C" KDE_EXPORT int kdemain(int argc, char **argv) + { +- // just a hackisch workaround for recent flashplugins +- gtk_init(&argc, &argv); + + KAboutData about("rekonq", + 0, |