aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rabbitmq.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index 15f885cd8..1488809b1 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -9,8 +9,13 @@ class Rabbitmq < Formula
depends_on 'simplejson' => :python if MacOS.leopard?
def patches
- # Can't build manpages without a lot of other junk, so disable
- DATA
+ # (1) Can't build manpages without a lot of other junk, so disable
+ # (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
def install