aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-05 09:22:11 -0700
committerAdam Vandenberg2012-07-05 09:22:11 -0700
commit6778493dd870b63f9307f8e7d0c4c9801b07f64e (patch)
tree3ad960833780386c82f28e3a7c1358469ff4d27f /Library
parentbac9b5e05f803119b8a54fe7db74d3ecaac626c2 (diff)
downloadhomebrew-6778493dd870b63f9307f8e7d0c4c9801b07f64e.tar.bz2
devil also fails with clang 4.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/devil.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/devil.rb b/Library/Formula/devil.rb
index d0a2c2b35..bec2e37ef 100644
--- a/Library/Formula/devil.rb
+++ b/Library/Formula/devil.rb
@@ -15,7 +15,7 @@ class Devil < Formula
# also, even with -std=gnu99 removed from the configure script,
# devil fails to build with clang++ while compiling il_exr.cpp
fails_with :clang do
- build 318
+ build 421
cause "invalid -std=gnu99 flag while building C++"
end