From cbb72eaaaac1c62256d7351c498a90f66703f619 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 11 Jun 2012 22:06:21 -0700 Subject: silk: remove fails_with :llvm After testing silk using llvm from XCode-4.3.2 and finding it compiles well, remove the `fails_with :llvm` block. Signed-off-by: Adam Vandenberg --- Library/Formula/silk.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Formula/silk.rb b/Library/Formula/silk.rb index a4d4120cd..29a65f0e9 100644 --- a/Library/Formula/silk.rb +++ b/Library/Formula/silk.rb @@ -10,10 +10,6 @@ class Silk < Formula depends_on 'libfixbuf' depends_on 'yaf' - fails_with :llvm do - cause "Undefined symbols during compile" - end - def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", -- cgit v1.2.3