Skip to content

Commit

Permalink
Merge pull request #190566 from Homebrew/lv-workaround
Browse files Browse the repository at this point in the history
lv: workaround for newer Clang
  • Loading branch information
p-linnane authored Sep 14, 2024
2 parents 2119b00 + dec0022 commit 1abdc03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/l/lv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ class Lv < Formula
patch :DATA

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

if OS.mac?
# zcat doesn't handle gzip'd data on OSX.
# Reported upstream to nrt@ff.iij4u.or.jp
Expand Down

0 comments on commit 1abdc03

Please sign in to comment.