Skip to content

Commit

Permalink
rzip: build with newer clang
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored and SMillerDev committed Sep 16, 2024
1 parent d246d4a commit ab6c8b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/r/rzip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class Rzip < Formula
uses_from_macos "bzip2"

def install
# Workaround for newer Clang
ENV.append_to_cflags "-Wno-implicit-int" if DevelopmentTools.clang_build_version >= 1403

system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
Expand Down

0 comments on commit ab6c8b7

Please sign in to comment.