gmp: remove C++11 option

This commit is contained in:
FX Coudert 2017-12-15 15:39:09 +01:00 committed by ilovezfs
parent 6e7a6f6a45
commit cdee1c7cac

View file

@ -13,10 +13,7 @@ class Gmp < Formula
sha256 "0e0c340b4c09a4f00daf45890e8f36afa03d251a8ed3bba6ae4876149914b420" => :el_capitan
end
option :cxx11
def install
ENV.cxx11 if build.cxx11?
args = %W[--prefix=#{prefix} --enable-cxx]
args << "--build=core2-apple-darwin#{`uname -r`.to_i}" if build.bottle?
system "./configure", "--disable-static", *args