mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- 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
20 lines
453 B
C
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
|