We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49490a4 + 68b29ae commit 44af0a2Copy full SHA for 44af0a2
Formula/p/plank.rb
@@ -26,6 +26,12 @@ class Plank < Formula
26
27
depends_on xcode: ["11.3", :build]
28
29
+ # fix build failures, upstream pr ref, https://github.com/pinterest/plank/pull/301
30
+ patch do
31
+ url "https://raw.githubusercontent.com/Homebrew/formula-patches/65b5a59920d2e06d62ce7fa0a9d7a6fcc72aa23d/plank/1.6.patch"
32
+ sha256 "782de4c235f03d5997c88506cd02e1cf97e5793fecf0e3bbff25d62f5393412a"
33
+ end
34
+
35
def install
36
system "make", "install", "PREFIX=#{prefix}"
37
end
0 commit comments