aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gmime.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gmime.rb b/Library/Formula/gmime.rb
index 8f70aace5..c4d2b13f8 100644
--- a/Library/Formula/gmime.rb
+++ b/Library/Formula/gmime.rb
@@ -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