diff options
| author | Adam Vandenberg | 2010-07-31 10:25:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-31 10:25:34 -0700 |
| commit | 77fedf760202f28f73d20d26b39c8bb78a75262f (patch) | |
| tree | 4689a9da86e042da4cb818984cfa842c7fc8de6d /Library/Formula | |
| parent | 9106a6b35630dd03db44a90e1fd59add705be594 (diff) | |
| download | homebrew-77fedf760202f28f73d20d26b39c8bb78a75262f.tar.bz2 | |
sdl_image - remove unused configure switches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sdl_image.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb index 3561f356e..71d4c6d1a 100644 --- a/Library/Formula/sdl_image.rb +++ b/Library/Formula/sdl_image.rb @@ -14,7 +14,6 @@ class SdlImage <Formula Sdl.use_homebrew_prefix 'SDL_image.pc.in' system "./configure", "--prefix=#{prefix}", - "--disable-debug", "--disable-dependency-tracking", "--disable-sdltest", "--with-freetype-exec-prefix=/usr/X11" |
