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 Homebrew/homebrew#35612 <https://trac.macports.org/ticket/35612>

Closes Homebrew/homebrew#23567.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Kenji Rikitake 2013-10-25 08:59:51 +09:00 committed by Jack Nagel
parent 0720e1da14
commit 592f16d319
1 changed files with 2 additions and 0 deletions

View File

@ -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