diff options
| author | nibbles 2bits | 2012-06-11 22:06:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-11 22:10:38 -0700 |
| commit | cbb72eaaaac1c62256d7351c498a90f66703f619 (patch) | |
| tree | 6e258a1f936ba3f9c368b1814e97c5d9af3c9b3a /Library/Formula | |
| parent | aa83c842c78b8958c5a368974bbd164198325d4e (diff) | |
| download | homebrew-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/Formula')
| -rw-r--r-- | Library/Formula/silk.rb | 4 |
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}", |
