From ca44b493113a5d076f3b72b2a93a44f5bc7732d7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 9 Feb 2012 21:59:44 -0800 Subject: swfmill 0.3.2 --- Library/Formula/swfmill.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/swfmill.rb b/Library/Formula/swfmill.rb index 70795165f..ac728f5d7 100644 --- a/Library/Formula/swfmill.rb +++ b/Library/Formula/swfmill.rb @@ -1,16 +1,15 @@ require 'formula' class Swfmill < Formula - # Staying on 3.0 until this 3.1 issue is fixed: - # https://bugs.launchpad.net/swfmill/+bug/611403 - url 'http://swfmill.org/releases/swfmill-0.3.0.tar.gz' homepage 'http://swfmill.org' - md5 'b7850211cf683aa7a1c62324b56e3216' + url 'http://swfmill.org/releases/swfmill-0.3.2.tar.gz' + md5 'c607f8aba506ec32cc4423446fe6644e' depends_on 'pkg-config' => :build def install system "./configure", "--prefix=#{prefix}" - system "make install" + # Has trouble linking against zlib unless we add it here - @adamv + system "make", "LIBS=-lz", "install" end end -- cgit v1.2.3