From 04a026116658cecbe367c06bbf83604f6560e0bd Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Mon, 2 Sep 2024 15:09:14 +0200 Subject: [PATCH] tmux: fix for macOS 15 --- Formula/t/tmux.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/t/tmux.rb b/Formula/t/tmux.rb index fe1d40e49b081..7e737a037efb1 100644 --- a/Formula/t/tmux.rb +++ b/Formula/t/tmux.rb @@ -48,6 +48,12 @@ class Tmux < Formula sha256 "b5f7bbd78f9790026bbff16fc6e3fe4070d067f58f943e156bd1a8c3c99f6a6f" end + # Upstream fix for macOS 15 headers, remove in next version + patch do + url "https://github.com/tmux/tmux/commit/775789fbd5c4f3aa93061480cd64e61daf7fb689.patch?full_index=1" + sha256 "c1b61a1244f758480578888d3f89cac470271c376ea0879996b81e10b397cad0" + end + def install system "sh", "autogen.sh" if build.head?