diff options
| author | Jack Nagel | 2013-11-01 01:19:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-11-01 01:19:41 -0500 |
| commit | 0abaf95f714d295371285ac73f3be0843899706c (patch) | |
| tree | cf54dabbc175e20668a4bccef07ab78ae8d1b687 /Library | |
| parent | ab0e8ddc0b5047844e79e5d591927a69e78955a5 (diff) | |
| download | homebrew-0abaf95f714d295371285ac73f3be0843899706c.tar.bz2 | |
tinysvm: patch out bad compiler flag
Fixes #23815.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tinysvm.rb | 2 |
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}", |
