aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openal-soft.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/openal-soft.rb b/Library/Formula/openal-soft.rb
index 9bac676eb..ee7369389 100644
--- a/Library/Formula/openal-soft.rb
+++ b/Library/Formula/openal-soft.rb
@@ -12,6 +12,11 @@ class OpenalSoft < Formula
depends_on "cmake" => :build
+ # llvm-gcc does not support the alignas macro
+ # clang 4.2's support for alignas is incomplete
+ fails_with :llvm
+ fails_with(:clang) { build 425 }
+
def install
ENV.universal_binary if build.universal?
system "cmake", ".", *std_cmake_args