From 4e8261d147f34202e19d0ed3fdda3ba721a409a9 Mon Sep 17 00:00:00 2001 From: MHC12 Date: Thu, 8 Mar 2012 17:19:14 +0100 Subject: mpg123 1.13.5 Closes #10792. Signed-off-by: Max Howell I removed the comment associated with the redundant inreplace and added a comment asking why we do the relics bit.--- Library/Formula/mpg123.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpg123.rb b/Library/Formula/mpg123.rb index ca35db663..b5899392d 100644 --- a/Library/Formula/mpg123.rb +++ b/Library/Formula/mpg123.rb @@ -1,9 +1,9 @@ require 'formula' class Mpg123 < Formula - url 'http://downloads.sourceforge.net/project/mpg123/mpg123/1.13.4/mpg123-1.13.4.tar.bz2' + url 'http://downloads.sourceforge.net/project/mpg123/mpg123/1.13.5/mpg123-1.13.5.tar.bz2' homepage 'http://www.mpg123.de/' - md5 '073620b3938c4cb9c4f70e8fe3e114b8' + sha1 '4dd627d36fce9d4be1268ac2ec4af04040af4385' def skip_clean? path # mpg123 can't find its plugins if there are no la files @@ -25,10 +25,9 @@ class Mpg123 < Formula system "./configure", *args - # ./configure incorrectly detects 10.5 as 10.4; fix it. ['.', 'src', 'src/output', 'src/libmpg123'].each do |path| inreplace "#{path}/Makefile" do |s| - s.gsub! "-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk", "" + # why do we do this? s.change_make_var! "LDFLAGS", "-Wl,-read_only_relocs,suppress" end end -- cgit v1.2.3