aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorRico Sta. Cruz2012-02-26 16:15:44 +0800
committerMax Howell2012-02-26 13:25:04 +0000
commitd805647031a3bc5e3bd4b585c95b900cdedd5118 (patch)
tree8b218ea806a5bb934084ad5feb60d2f1ea7d4d06 /Library/Formula/macvim.rb
parent9428e19a6ac9d1502bf14ea4cadc6a2236a6e673 (diff)
downloadhomebrew-d805647031a3bc5e3bd4b585c95b900cdedd5118.tar.bz2
macvim: decomission the --enable-clipboard flag
Closes #10497. Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 3795ddc7b..2d23b486a 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -13,7 +13,6 @@ class Macvim < Formula
["--custom-icons", "Try to generate custom document icons."],
["--with-cscope", "Build with Cscope support."],
["--override-system-vim", "Override system vim."],
- ["--enable-clipboard", "Enable System clipboard handling in the terminal."]
]
end
@@ -42,7 +41,6 @@ class Macvim < Formula
"--enable-tclinterp"]
args << "--enable-cscope" if ARGV.include? "--with-cscope"
- args << "--enable-clipboard" if ARGV.include? "--enable-clipboard"
system "./configure", *args