yaf and silk don't work with LLVM

Both generate linker errors.  Please see issue 2215 [1] for details.

[1] http://github.com/mxcl/homebrew/issues/issue/2215

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Douglas Creager 2010-08-18 16:41:52 -04:00 committed by Adam Vandenberg
parent ac41b76756
commit dca9cdd58f
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@ class Silk <Formula
depends_on 'yaf'
def install
fails_with_llvm "Please see http://github.com/mxcl/homebrew/issues/issue/2215 for details."
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}",

View file

@ -9,6 +9,8 @@ class Yaf <Formula
depends_on 'libfixbuf'
def install
fails_with_llvm "Please see http://github.com/mxcl/homebrew/issues/issue/2215 for details."
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"