From 0ce1a6cec37759cfdb3d0687dcd84226e6a49640 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sun, 6 Oct 2019 17:47:29 +0200 Subject: [PATCH] findutils: fix for Catalina (#44940) --- Formula/findutils.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/findutils.rb b/Formula/findutils.rb index 48af15c632..2037d5269e 100644 --- a/Formula/findutils.rb +++ b/Formula/findutils.rb @@ -29,6 +29,9 @@ class Findutils < Formula --program-prefix=g ] + # Work around a gnulib issue with macOS Catalina + args << "gl_cv_func_ftello_works=yes" + system "./configure", *args system "make", "install"