From f53ef3529c14f5848d7c51c6896ecdc4ba0750d7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 13 Sep 2012 21:32:14 -0700 Subject: pianobar 2012.09.07 --- Library/Formula/pianobar.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index f93c705d9..2c0ae0f72 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.06.24' - sha1 '510dfbbc411e516a71f56d71dfb06086faabd4dd' + url 'https://github.com/PromyLOPh/pianobar/tarball/2012.09.07' + sha1 'c4e399dafaffb3c4c4c07682f5cfac82605600da' head 'https://github.com/PromyLOPh/pianobar.git' @@ -23,8 +23,6 @@ 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' -- cgit v1.2.3