Skip to content

Commit

Permalink
qt4-mac: fix build against openssl 1.1.1
Browse files Browse the repository at this point in the history
this PR uses a debian patch discovered and tweaked
by @RJVB - many thanks - builds against openssl 1.1.1
and also against openssl 1.0.2r

closes: https://trac.macports.org/ticket/58205
  • Loading branch information
kencu committed Sep 6, 2019
1 parent 6b288b2 commit facea54
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aqua/qt4-mac/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ patchfiles-append patch-src_corelib_io_qsettings.cpp.diff

patchfiles-append patch-src_gui_text_qfontengine_coretext.mm.diff

# fix build against openssl 1.1.1
# see https://trac.macports.org/ticket/58205
patchfiles-append patch-qt4-openssl111.diff

# error out if trying to build on a new OSX version (> 10.15).

platform darwin {
Expand Down
Loading

0 comments on commit facea54

Please sign in to comment.