aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFernando Ortiz2012-04-02 22:50:24 -0500
committerJack Nagel2012-04-03 13:06:15 -0500
commite61797a975affbeb457ce8293f68992c86527396 (patch)
tree30579ca2124da9ce085e14ceda6293168aee3f6a /Library/Formula
parent99b9679d94ba8639fc05e5bda4a666a208afde27 (diff)
downloadhomebrew-e61797a975affbeb457ce8293f68992c86527396.tar.bz2
ldid: fails with clang
Closes #11410. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ldid.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb
index 00e6ff923..ce14da612 100644
--- a/Library/Formula/ldid.rb
+++ b/Library/Formula/ldid.rb
@@ -5,6 +5,11 @@ class Ldid < Formula
url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz'
md5 '634c2f8b8a084046883e3793f6580e07'
+ fails_with :clang do
+ build 318
+ cause "Undefined symbols when linking"
+ end
+
# Adds support for armv7 binaries
def patches; DATA; end