aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMinRK2013-11-24 12:48:48 -0800
committerAdam Vandenberg2013-11-24 13:33:47 -0800
commit198a70b5c1b552be222ab9a8dca59d520e461bf5 (patch)
tree3d496e2c226d551193a3c785c9d620161a061f1c /Library/Formula
parent57c938807e49d558c1ec90f73acdaf466f25b5f6 (diff)
downloadhomebrew-198a70b5c1b552be222ab9a8dca59d520e461bf5.tar.bz2
mongrel2: patch to build against libzmq 4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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