wine: fix component order
This commit is contained in:
parent
4f9856c7b2
commit
22c403fe99
1 changed files with 5 additions and 5 deletions
|
@ -59,6 +59,11 @@ class Wine < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on :macos => :el_capitan
|
||||
|
||||
fails_with :clang do
|
||||
build 425
|
||||
cause "Clang prior to Xcode 5 miscompiles some parts of wine"
|
||||
end
|
||||
|
||||
resource "gecko-x86" do
|
||||
url "https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi"
|
||||
sha256 "3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a"
|
||||
|
@ -173,11 +178,6 @@ class Wine < Formula
|
|||
sha256 "6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
build 425
|
||||
cause "Clang prior to Xcode 5 miscompiles some parts of wine"
|
||||
end
|
||||
|
||||
def openssl_arch_args
|
||||
{
|
||||
:x86_64 => %w[darwin64-x86_64-cc enable-ec_nistp_64_gcc_128],
|
||||
|
|
Loading…
Reference in a new issue