diff options
| author | Adam Vandenberg | 2012-07-08 09:10:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-08 09:10:27 -0700 |
| commit | d01df8db2b0d01a9152ddbe6c71e2dc066317401 (patch) | |
| tree | 4bd06b187e0276194956735d2c636e364c1fb048 /Library/Formula | |
| parent | ed975b1280d907afb5996b77386b07a8494130ba (diff) | |
| download | homebrew-d01df8db2b0d01a9152ddbe6c71e2dc066317401.tar.bz2 | |
pianobar 2012.06.24
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pianobar.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 71aa1d5fb..93bb05eb3 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -2,8 +2,8 @@ require 'formula' class Pianobar < Formula homepage 'https://github.com/PromyLOPh/pianobar/' - url 'https://github.com/PromyLOPh/pianobar/tarball/2012.05.06' - md5 '1bbfd129f66b5bf37a84cf7794f2eaf2' + url 'https://github.com/PromyLOPh/pianobar/tarball/2012.06.24' + sha1 '510dfbbc411e516a71f56d71dfb06086faabd4dd' head 'https://github.com/PromyLOPh/pianobar.git' @@ -23,12 +23,12 @@ class Pianobar < Formula def install # Discard Homebrew's CFLAGS as Pianobar reportedly doesn't like them ENV['CFLAGS'] = "-O2 -DNDEBUG " + - # fixes a segfault: https://github.com/PromyLOPh/pianobar/issues/138 - "-D_DARWIN_C_SOURCE " + - # Or it doesn't build at all - "-std=c99 " + - # build if we aren't /usr/local' - "#{ENV["CPPFLAGS"]} #{ENV["LDFLAGS"]}" + # fixes a segfault: https://github.com/PromyLOPh/pianobar/issues/138 + "-D_DARWIN_C_SOURCE " + + # Or it doesn't build at all + "-std=c99 " + + # build if we aren't /usr/local' + "#{ENV["CPPFLAGS"]} #{ENV["LDFLAGS"]}" system "make", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}" |
