Created
April 3, 2012 09:37
-
-
Save smly/2290696 to your computer and use it in GitHub Desktop.
avocadodb formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Library/Formula/avocadodb.rb b/Library/Formula/avocadodb.rb | |
| index 612d816..39205df 100644 | |
| --- a/Library/Formula/avocadodb.rb | |
| +++ b/Library/Formula/avocadodb.rb | |
| @@ -6,14 +6,9 @@ class Avocadodb < Formula | |
| sha1 '99223ea26b679c92ba431a4743a7143dd6a4adf3' | |
| head "https://github.com/triAGENS/AvocadoDB.git" | |
| - depends_on 'libev' | |
| - depends_on 'v8' | |
| - depends_on 'boost' | |
| - | |
| def install | |
| system "./configure", "--prefix=#{prefix}", | |
| "--disable-relative", | |
| - "--disable-all-in-one", | |
| "--disable-dependency-tracking", | |
| "--datadir=#{share}", | |
| "--localstatedir=#{var}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment