diff options
| author | Jack Nagel | 2012-04-13 20:38:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-13 20:38:23 -0500 |
| commit | 78a35c56ddd976b3df264eb291e90f2fd06993f5 (patch) | |
| tree | 99d3ef7ae5f8de0ef1fb3c56fb7d36baf94f3933 /Library/Formula | |
| parent | 32b5d133a32bd232cfef857b090d0a502e0eae48 (diff) | |
| download | homebrew-78a35c56ddd976b3df264eb291e90f2fd06993f5.tar.bz2 | |
libsvm: use our CFLAGS
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsvm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libsvm.rb b/Library/Formula/libsvm.rb index a95647a51..f2f023101 100644 --- a/Library/Formula/libsvm.rb +++ b/Library/Formula/libsvm.rb @@ -9,7 +9,7 @@ class Libsvm < Formula inreplace 'Makefile', '-soname', '-install_name' inreplace 'Makefile', 'libsvm.so.$(SHVER)', 'libsvm.$(SHVER).dylib' - system "make" + system "make", "CFLAGS=#{ENV.cflags}" system "make lib" ln_s 'libsvm.2.dylib', 'libsvm.dylib' |
