From 1ae9602a3ea98a8865f00c8ae35821e8be3729c1 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 May 2012 16:53:29 -0400 Subject: [PATCH] make sure the right compiler is being used --- bin/macvim-buddy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/macvim-buddy b/bin/macvim-buddy index d4c71b0..a01330e 100755 --- a/bin/macvim-buddy +++ b/bin/macvim-buddy @@ -19,7 +19,7 @@ class MacVimBuddy < Thor with_sudo { "port deactivate -f libiconv" } end - system %{bash -c "cd /tmp/macvim/src && ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscpe && make"} + system %{bash -c "cd /tmp/macvim/src && CC=/usr/bin/gcc ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope && make"} if is_macports with_sudo { "port activate libiconv" }