diff options
| author | Adam Vandenberg | 2012-03-17 11:45:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 11:45:48 -0700 |
| commit | cb066e7dcb0f77dd59d90ea4325e8d480920ed58 (patch) | |
| tree | 1b5675583ffdc54bfc9f53df7c327ad274364e33 /Library/Formula | |
| parent | 9f810ba15b7837fb8803591b25604c79f1c4d59f (diff) | |
| download | homebrew-cb066e7dcb0f77dd59d90ea4325e8d480920ed58.tar.bz2 | |
fluid-synth: note that patch is accepted upstream
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fluid-synth.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/fluid-synth.rb b/Library/Formula/fluid-synth.rb index f12e1f165..f9595bbfb 100644 --- a/Library/Formula/fluid-synth.rb +++ b/Library/Formula/fluid-synth.rb @@ -1,7 +1,7 @@ require 'formula' class FluidSynth < Formula - homepage 'http://www.fluidsynth.org/' + homepage 'http://www.fluidsynth.org' url 'http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.5/fluidsynth-1.1.5.tar.gz' sha1 '2f98696ca0a6757684f0a881bf92b3149536fdf2' @@ -10,11 +10,10 @@ class FluidSynth < Formula depends_on 'glib' depends_on 'libsndfile' => :optional - def patches - # Fixes missing CoreAudio include on Lion. Here is the upstream report: - # https://sourceforge.net/apps/trac/fluidsynth/ticket/105 - DATA - end + # Fixes missing CoreAudio include on Lion. + # Patch has been accepted upstream. + # https://sourceforge.net/apps/trac/fluidsynth/ticket/105 + def patches; DATA; end def install mkdir 'build' do |
