aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-23 12:52:37 -0500
committerJack Nagel2014-09-23 12:52:37 -0500
commit0efb843c03245b34f63ee643e4e60901a3246968 (patch)
tree4448c6f297e5ca216f88f4e99c00224af0a8a4dd /Library
parent805b92f328de1f18b5b2f38814d676830142fd45 (diff)
downloadhomebrew-0efb843c03245b34f63ee643e4e60901a3246968.tar.bz2
pandoc: allow clang on 10.8
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pandoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pandoc.rb b/Library/Formula/pandoc.rb
index 53bf2fa41..5beec7f86 100644
--- a/Library/Formula/pandoc.rb
+++ b/Library/Formula/pandoc.rb
@@ -18,7 +18,7 @@ class Pandoc < Formula
depends_on "cabal-install" => :build
depends_on "gmp"
- fails_with :clang if MacOS.version < :mavericks # Same as ghc.rb
+ fails_with(:clang) { build 425 } # clang segfaults on Lion
def install
cabal_sandbox do