aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongrel2.rb7
1 files changed, 7 insertions, 0 deletions
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