aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 820832cf4..0e016f965 100644
--- a/Library/Formula/gmime.rb
+++ b/Library/Formula/gmime.rb
@@ -12,7 +12,8 @@ class Gmime < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-largefile",
- "--disable-mono"
+ "--disable-mono",
+ "--disable-glibtest"
system "make install"
end
end