From 4cf1c7551df06c8f009fcbe570e5e02035cae213 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Sat, 26 Mar 2011 13:44:49 -0600 Subject: ctags: fails_with_llvm Signed-off-by: Adam Vandenberg --- Library/Formula/ctags.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb index f8b66f5e2..93f07c539 100644 --- a/Library/Formula/ctags.rb +++ b/Library/Formula/ctags.rb @@ -7,9 +7,14 @@ class Ctags < Formula head 'https://ctags.svn.sourceforge.net/svnroot/ctags/trunk' + # true for both 5.8 and head + fails_with_llvm "Resulting executable generates erroneous tag files", :build => 2335 + def install - system "autoheader" if ARGV.build_head? - system "autoconf" if ARGV.build_head? + if ARGV.build_head? + system "autoheader" + system "autoconf" + end system "./configure", "--prefix=#{prefix}", "--enable-macro-patterns", "--mandir=#{man}", -- cgit v1.2.3