ports/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h
Philip M. Gollucci 99b6da5fea www/qupzilla-qt4(-qt5): add some dependencies, qt4-linguist->qt4-linguisttools
- USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
- Add USE_OPENSSL=yes.
- Add USE_XORG=x11 (or add NO_X11 instead).
- Regenerate patches.
- Bump PORTREVISION

PR:                  201835
Submitted by:        s3erios@gmail.com
Approved by:         matthew@reztek.cz
2015-08-19 02:30:25 +00:00

20 lines
453 B
C

--- 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
-#include <QString>
-
-#include "qzcommon.h"
-
/*
* Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
* written by user WitchCraft