Added --disable-mono to gmime configuration
Without --disable-mono, ./configure errors out trying to find gtk-sharp. So either mono needs to be a dependency or the mono bindings need to be disabled. Note that Macports disables the bindings. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cb620f2192
commit
55855f97ac
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ class Gmime <Formula
|
|||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-largefile"
|
||||
"--enable-largefile",
|
||||
"--disable-mono"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue