Skip to content

Commit

Permalink
Merge pull request #190721 from Homebrew/fb-client-no-flatnamespace
Browse files Browse the repository at this point in the history
fb-client: remove `-flat_namespace` when building `pycurl`
  • Loading branch information
BrewTestBot authored Sep 15, 2024
2 parents 693d242 + 735bc19 commit f238349
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Formula/f/fb-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class FbClient < Formula
sha256 "1164eca06eeacb4210d462c4baf1c4004272a6197d873d61166e7793539d1983"
license "GPL-3.0-only"
revision 2
head "https://git.server-speed.net/users/flo/fb", using: :git, branch: "master"

livecheck do
url :homepage
Expand All @@ -34,6 +33,15 @@ class FbClient < Formula
resource "pycurl" do
url "https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz"
sha256 "8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b"

# Remove -flat_namespace
# PR ref: https://github.com/pycurl/pycurl/pull/855
on_sequoia :or_newer do
patch do
url "https://github.com/pycurl/pycurl/commit/7deb85e24981e23258ea411dcc79ca9b527a297d.patch?full_index=1"
sha256 "a49fa9143287398856274f019a04cf07b0c345560e1320526415e9280ce2efbc"
end
end
end

resource "pyxdg" do
Expand Down

0 comments on commit f238349

Please sign in to comment.