Skip to content

Commit

Permalink
libmp3splt: document patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Mar 6, 2012
1 parent 6da4a9a commit 504d51b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Formula/libmp3splt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ class Libmp3splt < Formula
md5 '62025951f483334f14f1b9be58162094'

depends_on 'pkg-config' => :build
depends_on 'automake' => :build
depends_on 'automake' => :build unless MacOS.lion?
depends_on 'gettext'
depends_on 'pcre'
depends_on 'libid3tag'
depends_on 'mad'
depends_on 'libvorbis'

# autogen.sh calls `libtoolize`, while OS X installs under the name `glibtoolize`
# reported upstream at https://sourceforge.net/tracker/?func=detail&aid=3497957&group_id=55130&atid=476061
def patches
DATA
end

def install
if !(MacOS.version >= 10.7)
if !MacOS.lion?
system "./autogen.sh"
system "autoconf"
end
Expand Down

0 comments on commit 504d51b

Please sign in to comment.