From 198a70b5c1b552be222ab9a8dca59d520e461bf5 Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 24 Nov 2013 12:48:48 -0800 Subject: mongrel2: patch to build against libzmq 4 Signed-off-by: Adam Vandenberg --- Library/Formula/mongrel2.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb index b1d246801..7ac791386 100644 --- a/Library/Formula/mongrel2.rb +++ b/Library/Formula/mongrel2.rb @@ -9,6 +9,13 @@ class Mongrel2 < Formula depends_on 'zeromq' + def patches + # allow mongrel2 to build against libzmq 4 + [ + "https://gist.github.com/minrk/7632116/raw/44d0ed09ecfc68a9f9d6a940c6367f703cd55c46/0001-add-zmq_compat-check-for-libzmq-4.patch" + ] + end + def install # Build in serial. See: # https://github.com/mxcl/homebrew/issues/8719 -- cgit v1.2.3