aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-05-27 11:01:52 -0700
committerAdam Vandenberg2011-05-27 11:01:52 -0700
commitb00cb90e709d9a4a74e976aff12408e7f4aca5c5 (patch)
treee6740933c97e57a9c4ca735518b90231b934ffdc /Library
parent867d19ad1385d2e34179b7fcd6af8ab5d67dc6c2 (diff)
downloadhomebrew-b00cb90e709d9a4a74e976aff12408e7f4aca5c5.tar.bz2
rabbitmq: enable Erlang R14B03
Diffstat (limited to 'Library')
-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