aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/justniffer.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/justniffer.rb b/Library/Formula/justniffer.rb
index 7c695539d..beb86790a 100644
--- a/Library/Formula/justniffer.rb
+++ b/Library/Formula/justniffer.rb
@@ -7,6 +7,14 @@ class Justniffer < Formula
depends_on "boost"
+ fails_with :clang do
+ build 421
+ cause <<-EOS.undent
+ Symbols declared inline in headers are then expected by the linker.
+ Probably declaring them static would fix it properly.
+ EOS
+ end
+
# Patch lib/libnids-1.21_patched/configure.gnu so that CFLAGS and/or
# CXXFLAGS with multiple words doesn't cause an error -- e.g.:
#