aboutsummaryrefslogtreecommitdiffstats
path: root/www/qupzilla-qt4/files
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2015-01-19 04:21:32 +0800
committermadpilot <madpilot@FreeBSD.org>2015-01-19 04:21:32 +0800
commit13b177d345e286ab9761eed6384a15c9a90e9403 (patch)
tree5e577f29e8bf563ac669096ea22bb043c82120cf /www/qupzilla-qt4/files
parent67d7434bb6b8e49bf6f3edbf1bbdc5537418f50d (diff)
downloadfreebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.tar.gz
freebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.tar.zst
freebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.zip
- Create separate QT4 and QT5 ports for www/qupzilla
- Update to 1.8.5 PR: 196302 Submitted by: matthew at reztek.cz (maintainer)
Diffstat (limited to 'www/qupzilla-qt4/files')
-rw-r--r--www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h b/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h
new file mode 100644
index 000000000000..5b4ece17f483
--- /dev/null
+++ b/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h
@@ -0,0 +1,20 @@
+--- src/lib/3rdparty/processinfo.h.orig 2014-09-26 12:35:35.000000000 +0400
++++ src/lib/3rdparty/processinfo.h 2014-09-26 23:04:10.000000000 +0400
+@@ -18,16 +18,12 @@
+ #ifndef PROCESSINFO_H
+ #define PROCESSINFO_H
+
+-#include <QtGlobal>
++#include "qzcommon.h"
+
+ #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
+ #include <sys/types.h>
+ #endif
+
+-#include <QString>
+-
+-#include "qzcommon.h"
+-
+ /*
+ * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
+ * written by user WitchCraft