aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Drake2012-03-30 21:57:12 -0300
committerAdam Vandenberg2012-03-30 22:00:41 -0700
commit96c2f8e1e53a274e58de03f2b874f17379f97dec (patch)
tree4b5f99391fd5e9ab8c639f973b2a57014b2adb96
parent1878019905f41512026d54e07c94a3e7d461b6bc (diff)
downloadhomebrew-96c2f8e1e53a274e58de03f2b874f17379f97dec.tar.bz2
Mongoose 3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mongoose.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb
index eb65d7f93..48d64f2a2 100644
--- a/Library/Formula/mongoose.rb
+++ b/Library/Formula/mongoose.rb
@@ -2,11 +2,11 @@ require 'formula'
class Mongoose < Formula
homepage 'http://code.google.com/p/mongoose/'
- url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz'
- md5 'f6985da7513d354cc18b21b7670d23c1'
+ url 'http://mongoose.googlecode.com/files/mongoose-3.1.tgz'
+ md5 'e718fc287b4eb1bd523be3fa00942bb0'
def install
- system "make mac"
+ system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
bin.install "mongoose"
man1.install "mongoose.1"
end