summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/qupzilla-qt5/Makefile2
-rw-r--r--www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h8
2 files changed, 6 insertions, 4 deletions
diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile
index eeec93b62275..3acf92ac6e12 100644
--- a/www/qupzilla-qt5/Makefile
+++ b/www/qupzilla-qt5/Makefile
@@ -20,6 +20,8 @@ USES= desktop-file-utils execinfo pkgconfig qmake tar:xz
USE_QT5= core concurrent gui network script webkit xml \
buildtools_build linguisttools_build \
imageformats_run sql-sqlite3_run
+USE_XORG= x11
+USE_OPENSSL= yes
CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
diff --git a/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h b/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h
index 5b4ece17f483..1eb22081140d 100644
--- a/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h
+++ b/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h
@@ -1,12 +1,12 @@
---- 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
+--- src/lib/3rdparty/processinfo.h.orig 2015-01-26 14:26:15 UTC
++++ src/lib/3rdparty/processinfo.h
@@ -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
@@ -17,4 +17,4 @@
-
/*
* Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
- * written by user WitchCraft
+ * written by user WitchCraft