From d2c2164def9ca4b971451023033e0e181cffce15 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 28 Jan 2019 20:13:00 +0100 Subject: [PATCH] postgresql@9.4: remove pre-Mavericks support --- Formula/postgresql@9.4.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Formula/postgresql@9.4.rb b/Formula/postgresql@9.4.rb index dccec7fd6b..a2c151b610 100644 --- a/Formula/postgresql@9.4.rb +++ b/Formula/postgresql@9.4.rb @@ -44,11 +44,9 @@ class PostgresqlAT94 < Formula ] # The CLT is required to build tcl support on 10.7 and 10.8 because tclConfig.sh is not part of the SDK - if MacOS.version >= :mavericks || MacOS::CLT.installed? - args << "--with-tcl" - if File.exist?("#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework/tclConfig.sh") - args << "--with-tclconfig=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework" - end + args << "--with-tcl" + if File.exist?("#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework/tclConfig.sh") + args << "--with-tclconfig=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework" end # As of Xcode/CLT 10.x the Perl headers were moved from /System