aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/mediatomb.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/mediatomb.rb b/Library/Formula/mediatomb.rb
index 00cf1b7da..59d993f50 100644
--- a/Library/Formula/mediatomb.rb
+++ b/Library/Formula/mediatomb.rb
@@ -12,6 +12,18 @@ class Mediatomb < Formula
"https://launchpadlibrarian.net/71985647/libav_0.7_support.patch"
end
+ fails_with :clang do
+ build 318
+ cause <<-EOS.undent
+ In file included from ../src/content_manager.cc:45:
+ In file included from ../src/content_manager.h:36:
+ In file included from ../src/storage.h:40:
+ In file included from ../src/hash.h:47:
+ ../src/hash/dbr_hash.h:127:15: error: use of undeclared identifier 'search'
+ if (! search(key, &slot))
+ EOS
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"