diff options
| author | Adam Vandenberg | 2012-03-11 14:38:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 14:38:11 -0700 |
| commit | 0d10735c6f5c3a120b95d5eb000c14a7fc273f79 (patch) | |
| tree | 692f3e42444a9a42075076462b3a3f51b17cd62e /Library/Formula | |
| parent | f12ba4d75ca7522fa9e9d9f67e322cdd3c8eb33a (diff) | |
| download | homebrew-0d10735c6f5c3a120b95d5eb000c14a7fc273f79.tar.bz2 | |
pianobar: fix audit warning and comment typo
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pianobar.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 19d6fd853..565d92a2a 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -1,9 +1,8 @@ require 'formula' class Pianobar < Formula - url 'https://github.com/PromyLOPh/pianobar/tarball/2012.01.10' - version '2012.01.10' homepage 'https://github.com/PromyLOPh/pianobar/' + url 'https://github.com/PromyLOPh/pianobar/tarball/2012.01.10' md5 'a703227c079cb0fe20ac4abbdfbc6f08' head 'https://github.com/PromyLOPh/pianobar.git' @@ -18,7 +17,7 @@ class Pianobar < Formula fails_with_llvm "Reports of this not compiling on Xcode 4", :build => 2334 def install - # we discard Homebrew's CFLAGS as Pianobar reportdely doesn't like them + # 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 " + |
