aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authornibbles 2bits2012-04-13 02:20:12 -0700
committerAdam Vandenberg2012-04-13 06:52:13 -0700
commitd1319dfa0662af5bb18cf530061adf64cc59c349 (patch)
tree728692ede16975003401b1ec0bd66be97fd62649 /Library/Formula
parentea0844240d17ede3935462f1028fc15ff0292211 (diff)
downloadhomebrew-d1319dfa0662af5bb18cf530061adf64cc59c349.tar.bz2
libffi 3.0.11
Upgrade libffi to version 3.0.11. It passes make check when built with any compiler from XCode-4.3.2 and 4.0.2. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libffi.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb
index 741f11dcd..7535134e8 100644
--- a/Library/Formula/libffi.rb
+++ b/Library/Formula/libffi.rb
@@ -1,19 +1,13 @@
require 'formula'
class Libffi < Formula
- url 'http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.10.tar.gz'
- mirror 'ftp://sourceware.org/pub/libffi/libffi-3.0.10.tar.gz'
homepage 'http://sourceware.org/libffi/'
- sha1 '97abf70e6a6d315d9259d58ac463663051d471e1'
+ url 'http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.11.tar.gz'
+ mirror 'ftp://sourceware.org/pub/libffi/libffi-3.0.11.tar.gz'
+ sha1 'bff6a6c886f90ad5e30dee0b46676e8e0297d81d'
keg_only :provided_by_osx, "Some formulae require a newer version of libffi."
- def patches
- # both of these are fixed upstream
- { :p0 => ["https://trac.macports.org/export/88691/trunk/dports/devel/libffi/files/patch-configure.diff",
- "https://trac.macports.org/export/88691/trunk/dports/devel/libffi/files/patch-configure-darwin11.diff"] }
- end
-
def install
ENV.universal_binary
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"