Xcode 4 does not contain ppc/ppc64 commandline
utils, so src/MacVim/icons/ fails to build
universal binary.
Explicit selection of platform architecture
(x86_64 or i386) solves the problem.
Actually setting environment variable ARCHFLAGS
(e.g. export ARCHFLAGS='-arch x86_64') before
'brew install' should solve the problem,
but corrected formula file is better.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Building custom document icons fails on many user machines, so disable
this by default. Use the "--custom-icons" flag to enable:
brew install --custom-icons macvim
Added the --with-cscope option to the MacVim formula to enable building
MacVim with Cscope support. A dependency on 'cscope' is added when the
--with-cscope option is present.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
It was announced with the 7.3 release that the repo.or.cz repo will be
deprecated in favour of the github one.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews