diff options
| author | Adam Vandenberg | 2014-03-12 21:40:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-13 19:24:22 -0700 |
| commit | 7fa141bf2cb79332cf9b772896feaf2e10bd46c9 (patch) | |
| tree | d9b22e0bebc74509632bb71569db7777fe29c60b /Library/Formula/synfigstudio.rb | |
| parent | 422074f6b5d85266b11960ce8c4d3fe6f669beb8 (diff) | |
| download | homebrew-7fa141bf2cb79332cf9b772896feaf2e10bd46c9.tar.bz2 | |
synfigstudio: apply candidate patch for Xcode 5
Closes #25033.
Diffstat (limited to 'Library/Formula/synfigstudio.rb')
| -rw-r--r-- | Library/Formula/synfigstudio.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/synfigstudio.rb b/Library/Formula/synfigstudio.rb index a8b4c86a2..cbc212ad9 100644 --- a/Library/Formula/synfigstudio.rb +++ b/Library/Formula/synfigstudio.rb @@ -13,6 +13,12 @@ class Synfigstudio < Formula depends_on 'etl' depends_on 'synfig' + def patches + # Candidate upstream patch for Xcode 5 + # http://www.synfig.org/issues/thebuggenie/synfig/issues/504 + "http://www.synfig.org/issues/thebuggenie/files/show/80" + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
