diff options
Diffstat (limited to 'Library/Formula/libffi.rb')
| -rw-r--r-- | Library/Formula/libffi.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb index 7535134e8..c82ff9304 100644 --- a/Library/Formula/libffi.rb +++ b/Library/Formula/libffi.rb @@ -1,5 +1,7 @@ require 'formula' +# 3.0.12 has a packaging error which causes GTK+, and possibly other +# software, to fail to build; see https://github.com/mxcl/homebrew/issues/18329 class Libffi < Formula homepage 'http://sourceware.org/libffi/' url 'http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.11.tar.gz' |
