Skip to content

Commit

Permalink
pianobar 2012.09.07
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 14, 2012
1 parent 48bdee3 commit f53ef35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Library/Formula/pianobar.rb
Expand Up @@ -2,8 +2,8 @@

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'

Expand All @@ -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'
Expand Down

0 comments on commit f53ef35

Please sign in to comment.