diff options
| author | Kenji Rikitake | 2013-10-25 08:59:51 +0900 |
|---|---|---|
| committer | Jack Nagel | 2013-10-24 20:13:32 -0500 |
| commit | 9f05f9e256fab6e3f4bb326c0282b646f4147658 (patch) | |
| tree | 9ba40b5f53073ddefe5f13648e0cccd19d8f8151 /Library | |
| parent | 70eb1a50e3440f534a83a36a37297f426ca16635 (diff) | |
| download | homebrew-9f05f9e256fab6e3f4bb326c0282b646f4147658.tar.bz2 | |
bsdmake: add patch to fix setrlimit issue
* Added a patch of MacPorts to fix the setrlimit error message "setrlimit: invalid argument"
* Reported at MacPorts Ticket #35612 <https://trac.macports.org/ticket/35612>
Closes #23567.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bsdmake.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/bsdmake.rb b/Library/Formula/bsdmake.rb index c9f952831..7c9f6a2d6 100644 --- a/Library/Formula/bsdmake.rb +++ b/Library/Formula/bsdmake.rb @@ -11,10 +11,12 @@ class Bsdmake < Formula 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 ]} end |
