From 26b6616b182c5def6644e7493878575bf1c9ceab Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 20 Sep 2023 12:15:18 +0000 Subject: [PATCH] Path php@7.3 and php@7.3-debug for Xcode 15 --- Formula/php@7.3-debug.rb | 3 +++ Formula/php@7.3.rb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Formula/php@7.3-debug.rb b/Formula/php@7.3-debug.rb index 2da3d7c64..7692a806c 100644 --- a/Formula/php@7.3-debug.rb +++ b/Formula/php@7.3-debug.rb @@ -67,6 +67,9 @@ class PhpAT73Debug < Formula end def install + # Work around configure issues with Xcode 15 + ENV.append "CFLAGS", "-Wno-implicit-function-declaration" + # buildconf required due to system library linking bug patch system "./buildconf", "--force" diff --git a/Formula/php@7.3.rb b/Formula/php@7.3.rb index d17b07629..d96081dca 100644 --- a/Formula/php@7.3.rb +++ b/Formula/php@7.3.rb @@ -67,6 +67,9 @@ class PhpAT73 < Formula end def install + # Work around configure issues with Xcode 15 + ENV.append "CFLAGS", "-Wno-implicit-function-declaration" + # buildconf required due to system library linking bug patch system "./buildconf", "--force"