From c4559c5188f88babd025409ec619906c9cd6a14c Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 23 Dec 2024 14:13:03 +0100 Subject: [PATCH] h3-pg: fix build on MacOS Closes #226. Signed-off-by: Alexander Bayandin --- Formula/h3-pg.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/h3-pg.rb b/Formula/h3-pg.rb index 4d9fdd0..9ed3fb7 100644 --- a/Formula/h3-pg.rb +++ b/Formula/h3-pg.rb @@ -14,6 +14,13 @@ class H3Pg < Formula depends_on "cmake" => :build depends_on "bayandin/tap/neon-postgres" + # Fix build on MacOS + # Remove in the next release + patch do + url "https://github.com/zachasme/h3-pg/commit/c6daef9b2dcf431a020bc780f9ba942dd1d825d5.patch?full_index=1" + sha256 "668ff699da4f8bd0662a47242e516ea73a9a55b2c97e82f77d8d8939ac2766e7" + end + def neon_postgres Formula["bayandin/tap/neon-postgres"] end