aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-18 12:41:34 -0600
committerJack Nagel2013-11-18 12:41:34 -0600
commitef33511044c276d4f0e02e7bd42f78ff29255920 (patch)
tree27c0fcb9037ef37a5b3f0bacdb88f4b1fd1abcfe /Library
parent9286a96fba44344928a27a1be0f1316045e9d8b0 (diff)
downloadhomebrew-ef33511044c276d4f0e02e7bd42f78ff29255920.tar.bz2
justniffer: fails with clang build 500
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/justniffer.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/justniffer.rb b/Library/Formula/justniffer.rb
index 67efce972..82cf8ce4e 100644
--- a/Library/Formula/justniffer.rb
+++ b/Library/Formula/justniffer.rb
@@ -8,11 +8,8 @@ class Justniffer < Formula
depends_on "boost"
fails_with :clang do
- build 425
- cause <<-EOS.undent
- Symbols declared inline in headers are then expected by the linker.
- Probably declaring them static would fix it properly.
- EOS
+ build 500
+ cause "Missing ext/stdio_filebuf.h; this is a GCC-specific header"
end
# Patch lib/libnids-1.21_patched/configure.gnu so that CFLAGS and/or