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:
parent
ac41b76756
commit
dca9cdd58f
2 changed files with 4 additions and 0 deletions
|
@ -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}",
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue