We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37c696 commit a0ea900Copy full SHA for a0ea900
Formula/z/zzuf.rb
@@ -36,9 +36,9 @@ def install
36
37
# Fix compile with newer Clang
38
ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
39
+ ENV.append_to_cflags "-Wno-int-conversion" if DevelopmentTools.clang_build_version >= 1500
40
- system "./configure", "--disable-dependency-tracking",
41
- "--prefix=#{prefix}"
+ system "./configure", "--disable-silent-rules", *std_configure_args
42
system "make", "install"
43
end
44
0 commit comments