diff options
| author | James G. Kim | 2012-03-15 15:42:00 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-15 19:32:49 -0700 |
| commit | f5fe0eb35597ead6546cd23e8ed8643c259f999d (patch) | |
| tree | ab545b1af172ee01b277ca87f2816607342afe2c /Library | |
| parent | c5998e468e1fc03b98b177789a416618429d8b22 (diff) | |
| download | homebrew-f5fe0eb35597ead6546cd23e8ed8643c259f999d.tar.bz2 | |
CouchDB: use git repo and fix SpiderMonkey include path
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/couchdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index 4f577fdf0..3352b2848 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -5,7 +5,7 @@ class Couchdb < Formula homepage "http://couchdb.apache.org/" md5 'cd126219b9cb69a4c521abd6960807a6' - head 'http://svn.apache.org/repos/asf/couchdb/trunk' + head 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :using => :git depends_on 'help2man' => :build depends_on 'spidermonkey' @@ -19,7 +19,7 @@ class Couchdb < Formula "--localstatedir=#{var}", "--sysconfdir=#{etc}", "--with-erlang=#{HOMEBREW_PREFIX}/lib/erlang/usr/include", - "--with-js-include=#{HOMEBREW_PREFIX}/include", + "--with-js-include=#{HOMEBREW_PREFIX}/include/js", "--with-js-lib=#{HOMEBREW_PREFIX}/lib" system "make" system "make install" |
