gettext: fix build on Catalina (#44715)
This commit is contained in:
parent
a167183ae2
commit
1045ec146e
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue