aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tinysvm.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/tinysvm.rb b/Library/Formula/tinysvm.rb
index 9ee041b14..446fe6de4 100644
--- a/Library/Formula/tinysvm.rb
+++ b/Library/Formula/tinysvm.rb
@@ -16,6 +16,8 @@ class Tinysvm < Formula
# Needed to select proper getopt, per MacPorts
ENV.append_to_cflags '-D__GNU_LIBRARY__'
+ inreplace 'configure', '-O9', '' # clang barfs on -O9
+
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",