diff options
| author | Adam Vandenberg | 2010-07-31 10:25:19 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-31 10:25:19 -0700 |
| commit | 9106a6b35630dd03db44a90e1fd59add705be594 (patch) | |
| tree | 1cb448badeb7d11468adf3d8122766151760c9c7 /Library | |
| parent | e04296860e7a92a60e4b65b98b39225e238f2c7b (diff) | |
| download | homebrew-9106a6b35630dd03db44a90e1fd59add705be594.tar.bz2 | |
sdl - remove unused configure switches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdl.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index 81bcd2b95..f6f68ad70 100644 --- a/Library/Formula/sdl.rb +++ b/Library/Formula/sdl.rb @@ -16,9 +16,7 @@ class Sdl <Formula fails_with_llvm Sdl.use_homebrew_prefix %w[sdl.pc.in sdl-config.in] - system "./configure", "--prefix=#{prefix}", "--disable-debug", - "--disable-dependency-tracking", - "--disable-nasm" + system "./configure", "--prefix=#{prefix}", "--disable-nasm" system "make install" # Copy source files needed for Ojective-C support. |
