Skip to content

Commit

Permalink
Merge pull request #196524 from Homebrew/x11vnc-sequoia
Browse files Browse the repository at this point in the history
x11vnc: fix Sequoia build
  • Loading branch information
chenrui333 authored Nov 3, 2024
2 parents 405a0fa + 7aec99e commit 5d41e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/x/x11vnc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class X11vnc < Formula
def install
# Fix compile with newer Clang
ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
ENV.append_to_cflags "-Wno-int-conversion" if DevelopmentTools.clang_build_version >= 1500

ENV.prepend_path "PKG_CONFIG_PATH", Formula["openssl@3"].opt_lib/"pkgconfig"

Expand Down

0 comments on commit 5d41e7e

Please sign in to comment.