rabbitmq: enable Erlang R14B03

master
Adam Vandenberg 2011-05-27 11:01:52 -07:00
parent ae34fb874d
commit 151ca40e35
1 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,13 @@ class Rabbitmq < Formula
depends_on 'simplejson' => :python if MacOS.leopard? depends_on 'simplejson' => :python if MacOS.leopard?
def patches def patches
# Can't build manpages without a lot of other junk, so disable # (1) Can't build manpages without a lot of other junk, so disable
DATA # (2) Patch to build against Erlang R14B03 - http://old.nabble.com/RabbitMQ-and-Erlang-R14B03-td31699881.html
# Can be removed in next stable release.
[
DATA,
"https://github.com/rabbitmq/rabbitmq-server/commit/3ab92151948c0c546cbefe5902efbd92acd14280.patch"
]
end end
def install def install