aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-06-11 22:06:21 -0700
committerAdam Vandenberg2012-06-11 22:10:38 -0700
commitcbb72eaaaac1c62256d7351c498a90f66703f619 (patch)
tree6e258a1f936ba3f9c368b1814e97c5d9af3c9b3a /Library
parentaa83c842c78b8958c5a368974bbd164198325d4e (diff)
downloadhomebrew-cbb72eaaaac1c62256d7351c498a90f66703f619.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/silk.rb4
1 files changed, 0 insertions, 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}",