Skip to content

Commit

Permalink
x11vnc: fix Sequoia build
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 3, 2024
1 parent 51715d2 commit 7aec99e
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 7aec99e

Please sign in to comment.