Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
wxmac: patch to fix 10.10 build.
Browse files Browse the repository at this point in the history
We seem to have started accepting Yosemite patches, so here鈥檚 the
popular upstream proposed one that fixes 10.10 compile errors. It鈥檚 not
as thorough as a few other patches lying around, but it does the job
and is easiest to scope to just Yosemite for now without dragging
anything else in.
  • Loading branch information
Dominyk Tiller authored and MikeMcQuaid committed Sep 10, 2014
1 parent 68cf6e5 commit 274ee96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Library/Formula/wxmac.rb
Expand Up @@ -5,6 +5,15 @@ class Wxmac < Formula
url "https://downloads.sourceforge.net/project/wxwindows/3.0.1/wxWidgets-3.0.1.tar.bz2"
sha1 "73e58521d6871c9f4d1e7974c6e3a81629fddcf8"

# Patch to fix wx so it compiles on Yosemite.
# See http://trac.wxwidgets.org/ticket/16329
if MacOS.version == :yosemite
patch :p0 do
url "http://trac.wxwidgets.org/raw-attachment/ticket/16329/wx_webview.patch"
sha1 "4621be6cf308d50d22333707b17d243861c74a7d"
end
end

bottle do
sha1 "ea0f50918d4f4e1133ede454588a8b9853489c1f" => :mavericks
sha1 "f667fbad16c6d1970240d823d5aeb2c86c22d609" => :mountain_lion
Expand Down

0 comments on commit 274ee96

Please sign in to comment.