Skip to content

Commit

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

uses_from_macos "libpcap"

on_macos do
depends_on "gettext"
end

# Patch fixes -soname and .so shared library issues. Unreported.
patch do
on_macos do
Expand Down

0 comments on commit 5a04ddf

Please sign in to comment.