Skip to content

Commit

Permalink
qt5: remove unnecessary patch
Browse files Browse the repository at this point in the history
On OSs older than 10.8 and when the openssl variant is not selected,
patch-qnetworkproxy_mac.cpp.diff allows the build process to
proceed farther than it would otherwise. Other, more serious
problems prevent it from running to completion, however.
  • Loading branch information
MarcusCalhoun-Lopez committed Feb 17, 2017
1 parent bab00f1 commit e04b5cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions aqua/qt5/Portfile
Expand Up @@ -652,11 +652,6 @@ foreach {module module_info} [array get modules] {
# When testing, ensure that a universal object file is not inadvertently created.
patchfiles-append patch-machtest.diff

# prior to 10.8, CFNetwork was part of CoreServices
if { ${os.major} < 12 } {
patchfiles-append patch-qnetworkproxy_mac.cpp.diff
}

#-----------------------------------------------------------------------------
# qtbase is used for:
# 1) building qtbase
Expand Down
11 changes: 0 additions & 11 deletions aqua/qt5/files/patch-qnetworkproxy_mac.cpp.diff

This file was deleted.

0 comments on commit e04b5cd

Please sign in to comment.