mafft: fails with clang

Fixes Homebrew/homebrew#16541.
This commit is contained in:
Jack Nagel 2012-12-12 23:40:58 -06:00
parent 060dc5ffe6
commit 3609b865c0

View file

@ -5,6 +5,14 @@ class Mafft < Formula
url 'http://align.bmr.kyushu-u.ac.jp/mafft/software/mafft-6.717-with-extensions-src.tgz'
sha1 '18d82340918949bbcdce659d4a09421ce06d67b1'
fails_with :clang do
build 421
cause <<-EOS.undent
Clang does not allow default arguments in out-of-line definitions of
class template members.
EOS
end
def install
cd 'core' do
system "make", "CC=#{ENV.cc}",