From d805647031a3bc5e3bd4b585c95b900cdedd5118 Mon Sep 17 00:00:00 2001 From: Rico Sta. Cruz Date: Sun, 26 Feb 2012 16:15:44 +0800 Subject: macvim: decomission the --enable-clipboard flag Closes #10497. Signed-off-by: Max Howell --- Library/Formula/macvim.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3