Skip to content

Commit

Permalink
lv: workaround for newer Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Sep 14, 2024
1 parent 1fdfbea commit dec0022
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 dec0022

Please sign in to comment.