From 7aec99e0cbe1195405966528a80f06668ca260bd Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 3 Nov 2024 10:14:39 -0500 Subject: [PATCH] x11vnc: fix Sequoia build --- Formula/x/x11vnc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/x/x11vnc.rb b/Formula/x/x11vnc.rb index 31d92be9578ef..d6fad78a160af 100644 --- a/Formula/x/x11vnc.rb +++ b/Formula/x/x11vnc.rb @@ -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"