From b00cb90e709d9a4a74e976aff12408e7f4aca5c5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 27 May 2011 11:01:52 -0700 Subject: rabbitmq: enable Erlang R14B03 --- Library/Formula/rabbitmq.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3