From e61797a975affbeb457ce8293f68992c86527396 Mon Sep 17 00:00:00 2001 From: Fernando Ortiz Date: Mon, 2 Apr 2012 22:50:24 -0500 Subject: ldid: fails with clang Closes #11410. Signed-off-by: Jack Nagel --- Library/Formula/ldid.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3