gettext: fix build on Catalina (#44715)

This commit is contained in:
FX Coudert 2019-09-30 12:52:58 +02:00 committed by GitHub
parent a167183ae2
commit 1045ec146e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ class Gettext < Formula
"--disable-debug",
"--prefix=#{prefix}",
"--with-included-gettext",
# Work around a gnulib issue with macOS Catalina
"gl_cv_func_ftello_works=yes",
"--with-included-glib",
"--with-included-libcroco",
"--with-included-libunistring",