From baf70e12ecd4899cdcc05561d4dc5664f2049d8d Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 21 Aug 2012 22:07:35 -0400 Subject: Justniffer fails to build with clang 421 Fixes #14360.--- Library/Formula/justniffer.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Formula') 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.: # -- cgit v1.2.3