Skip to content

Commit

Permalink
Merge pull request #201289 from Homebrew/zile-linkage
Browse files Browse the repository at this point in the history
zile: add `gettext` dep on macos
  • Loading branch information
BrewTestBot authored Dec 15, 2024
2 parents 5a04ddf + 4706e77 commit 35517bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/z/zile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class Zile < Formula

uses_from_macos "ncurses"

on_macos do
depends_on "gettext"
end

def install
# Work around Vala issue https://gitlab.gnome.org/GNOME/vala/-/issues/1408
# which causes src/eval.vala:87:32: error: incompatible function pointer types passing
Expand Down

0 comments on commit 35517bf

Please sign in to comment.