aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-13 21:32:14 -0700
committerAdam Vandenberg2012-09-13 21:32:35 -0700
commitf53ef3529c14f5848d7c51c6896ecdc4ba0750d7 (patch)
tree992c607aa771360020a3899de3a04f79cc1065b7 /Library/Formula
parent48bdee343e3d89bc9f6ba1614c37f88e84c75253 (diff)
downloadhomebrew-f53ef3529c14f5848d7c51c6896ecdc4ba0750d7.tar.bz2
pianobar 2012.09.07
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pianobar.rb6
1 files changed, 2 insertions, 4 deletions
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'