Skip to content

Commit

Permalink
qt5*: add missing patchfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Feb 17, 2017
1 parent fd4e329 commit 58640ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aqua/qt5/files/patch-macx.conf.diff
@@ -0,0 +1,10 @@
--- mkspecs/common/macx.conf.orig 2016-12-01 01:17:04.000000000 -0700
+++ mkspecs/common/macx.conf 2017-02-05 05:10:55.000000000 -0700
@@ -3,6 +3,6 @@
#

QMAKE_PLATFORM += macos osx macx
-QMAKE_MAC_SDK = macosx
+QMAKE_MAC_SDK = __MACPORTS_MAC_SDK__

include(mac.conf)
11 changes: 11 additions & 0 deletions aqua/qt5/files/patch-qnetworkproxy_mac.cpp.diff
@@ -0,0 +1,11 @@
--- src/network/kernel/qnetworkproxy_mac.cpp.orig 2016-12-01 01:17:04.000000000 -0700
+++ src/network/kernel/qnetworkproxy_mac.cpp 2017-02-05 08:04:59.000000000 -0700
@@ -41,7 +41,7 @@

#ifndef QT_NO_NETWORKPROXY

-#include <CFNetwork/CFNetwork.h>
+#include <CoreServices/CoreServices.h>
#include <CoreFoundation/CoreFoundation.h>
#include <SystemConfiguration/SystemConfiguration.h>

10 changes: 10 additions & 0 deletions aqua/qt55/files/patch-macx.conf.diff
@@ -0,0 +1,10 @@
--- mkspecs/common/macx.conf.orig 2016-12-01 01:17:04.000000000 -0700
+++ mkspecs/common/macx.conf 2017-02-05 05:10:55.000000000 -0700
@@ -3,6 +3,6 @@
#

QMAKE_PLATFORM += osx macx
-QMAKE_MAC_SDK = macosx
+QMAKE_MAC_SDK = __MACPORTS_MAC_SDK__

include(mac.conf)

0 comments on commit 58640ae

Please sign in to comment.