aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gawk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gawk.rb')
-rw-r--r--Library/Formula/gawk.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb
index bbde28bcb..61749670a 100644
--- a/Library/Formula/gawk.rb
+++ b/Library/Formula/gawk.rb
@@ -8,7 +8,10 @@ class Gawk < Formula
depends_on 'xz' => :build
- fails_with_llvm "Undefined symbols when linking", :build => "2326"
+ fails_with :llvm do
+ build 2326
+ cause "Undefined symbols when linking"
+ end
def install
system "./configure", "--prefix=#{prefix}"