Skip to content

Commit

Permalink
openssl: fix building x86_64
Browse files Browse the repository at this point in the history
Fixes #382.
  • Loading branch information
mistydemeo committed Jan 9, 2016
1 parent b76c7e5 commit 2a1b7dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ class Openssl < Formula
depends_on "makedepend" => :build
depends_on "curl-ca-bundle" if MacOS.version < :snow_leopard

patch :p0 do
url "https://trac.macports.org/export/144472/trunk/dports/devel/openssl/files/x86_64-asm-on-i386.patch"
sha256 "98ffb308aa04c14db9c21769f1c5ff09d63eb85ce9afdf002598823c45edef6d"
end

keg_only :provided_by_osx,
"Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries"

Expand Down

0 comments on commit 2a1b7dc

Please sign in to comment.