Skip to content

Commit

Permalink
imap-uw: remove Leopard patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored and ilovezfs committed May 6, 2017
1 parent 982c616 commit 2f81d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/imap-uw.rb
Expand Up @@ -25,7 +25,7 @@ def install
"SSLINCLUDE=#{Formula["openssl"].opt_include}/openssl"
s.gsub! "SSLLIB=/usr/lib",
"SSLLIB=#{Formula["openssl"].opt_lib}"
s.gsub! "-DMAC_OSX_KLUDGE=1", "" if MacOS.version >= :snow_leopard
s.gsub! "-DMAC_OSX_KLUDGE=1", ""
end
inreplace "src/osdep/unix/ssl_unix.c", "#include <x509v3.h>\n#include <ssl.h>",
"#include <ssl.h>\n#include <x509v3.h>"
Expand Down

0 comments on commit 2f81d0c

Please sign in to comment.