aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/macvim.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index a301a5b2c..133dc06d2 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -35,6 +35,8 @@ class Macvim < Formula
args = ["--with-macsdk=#{MACOS_VERSION}",
"--with-features=huge",
+ "--with-tlib=ncurses",
+ "--enable-multibyte",
"--with-macarchs=#{arch}",
"--enable-perlinterp",
"--enable-pythoninterp",