aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-20 21:41:15 -0700
committerCharlie Sharpsteen2011-09-20 21:41:15 -0700
commita6838cfe2547d112b769278c373b96798e94f968 (patch)
treebd7b1592b3820695fd60baf370de3cb9a12d528b
parent874bc0a83887c88fd825a1c77e233b2c60c8d690 (diff)
downloadhomebrew-a6838cfe2547d112b769278c373b96798e94f968.tar.bz2
Nethack: Builds with LLVM >= 2335
Closes #7628. Closes #7717.
-rw-r--r--Library/Formula/nethack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nethack.rb b/Library/Formula/nethack.rb
index 16e5d3bc0..926e32bc2 100644
--- a/Library/Formula/nethack.rb
+++ b/Library/Formula/nethack.rb
@@ -16,7 +16,7 @@ class Nethack < Formula
version '3.4.3'
md5 '21479c95990eefe7650df582426457f9'
- fails_with_llvm
+ fails_with_llvm :build => 2334
# Don't remove save folder
skip_clean 'libexec/save'