diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wxmac.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index 5e9e6d5c3..a4d677e7d 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -22,6 +22,11 @@ class Wxmac < Formula depends_on :python => :recommended depends_on FrameworkPython if build.with? "python" + def patches + # Upstream patch for starting non-bundled apps like gnuplot (see http://trac.wxwidgets.org/ticket/15613) + {:p2 => 'http://trac.wxwidgets.org/changeset/75142/wxWidgets/trunk/src/osx/cocoa/utils.mm?format=diff&new=75142'} + end + def install_wx_python args = [ # Reference our wx-config |
