aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bsdmake.rb29
1 files changed, 20 insertions, 9 deletions
diff --git a/Library/Formula/bsdmake.rb b/Library/Formula/bsdmake.rb
index 7c9f6a2d6..67cfb8239 100644
--- a/Library/Formula/bsdmake.rb
+++ b/Library/Formula/bsdmake.rb
@@ -9,15 +9,26 @@ class Bsdmake < Formula
keg_only "Recent versions of OS X no longer provide this tool."
end
- def patches
- # MacPorts patches to make bsdmake play nice with our prefix system
- # Also a MacPorts patch to circumvent setrlimit error
- { :p0 => %W[
- https://trac.macports.org/export/90868/trunk/dports/devel/bsdmake/files/patch-Makefile.diff
- https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-mk.diff
- https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-pathnames.diff
- https://trac.macports.org/export/105220/trunk/dports/devel/bsdmake/files/patch-setrlimit.diff
- ]}
+ # MacPorts patches to make bsdmake play nice with our prefix system
+ # Also a MacPorts patch to circumvent setrlimit error
+ patch :p0 do
+ url "https://trac.macports.org/export/90868/trunk/dports/devel/bsdmake/files/patch-Makefile.diff"
+ sha1 "d09ea3742fd2cff97bf28510b585751b47ecd067"
+ end
+
+ patch :p0 do
+ url "https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-mk.diff"
+ sha1 "cf3ea9a27e225bdb28573222acf7f0db533cf8b7"
+ end
+
+ patch :p0 do
+ url "https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-pathnames.diff"
+ sha1 "0797e402973aeccae41a82f5a9e444739948edc8"
+ end
+
+ patch :p0 do
+ url "https://trac.macports.org/export/105220/trunk/dports/devel/bsdmake/files/patch-setrlimit.diff"
+ sha1 "c3fb48eb24e01aef2bba7e528442330c1af4a2ce"
end
def install